├── .github └── workflows │ └── test.yml ├── .gitignore ├── .npmignore ├── .vscode ├── launch.json ├── settings.json └── tasks.json ├── LICENSE ├── README.md ├── ROADMAP.md ├── cli.js ├── examples ├── .gitignore ├── babylonjs │ ├── Main.hx │ ├── README.md │ ├── build.hxml │ ├── index.html │ └── package.json ├── express │ ├── README.md │ ├── Server.hx │ ├── build.hxml │ └── package.json ├── phaser │ ├── Main.hx │ ├── README.md │ ├── build.hxml │ ├── index.html │ └── package.json ├── pixi.js │ ├── Main.hx │ ├── README.md │ ├── build.hxml │ ├── index.html │ └── package.json ├── playcanvas │ ├── Main.hx │ ├── README.md │ ├── build.hxml │ ├── index.html │ └── package.json └── three │ ├── Main.hx │ ├── README.md │ ├── build.hxml │ ├── index.html │ └── package.json ├── lib ├── js │ └── lib │ │ ├── Number.hx │ │ └── ReadonlyArray.hx ├── typescript-extended.d.ts └── typescript │ ├── Global.hx │ ├── Ts.hx │ └── ts │ ├── AccessorDeclaration.hx │ ├── AdditiveOperator.hx │ ├── AdditiveOperatorOrHigher.hx │ ├── AffectedFileResult.hx │ ├── AfterFinallyFlow.hx │ ├── AmdDependency.hx │ ├── ApplicableRefactorInfo.hx │ ├── ApplyCodeActionCommandResult.hx │ ├── ArrayBindingElement.hx │ ├── ArrayBindingOrAssignmentPattern.hx │ ├── ArrayBindingPattern.hx │ ├── ArrayDestructuringAssignment.hx │ ├── ArrayLiteralExpression.hx │ ├── ArrayTypeNode.hx │ ├── ArrowFunction.hx │ ├── AsExpression.hx │ ├── AssertionExpression.hx │ ├── AssertsIdentifierTypePredicate.hx │ ├── AssertsThisTypePredicate.hx │ ├── AssertsToken.hx │ ├── AssignmentExpression.hx │ ├── AssignmentOperator.hx │ ├── AssignmentOperatorOrHigher.hx │ ├── AssignmentOperatorToken.hx │ ├── AssignmentPattern.hx │ ├── AsteriskToken.hx │ ├── AwaitExpression.hx │ ├── AwaitKeywordToken.hx │ ├── BaseType.hx │ ├── BigIntLiteral.hx │ ├── BigIntLiteralType.hx │ ├── BinaryExpression.hx │ ├── BinaryOperator.hx │ ├── BinaryOperatorToken.hx │ ├── BindingElement.hx │ ├── BindingName.hx │ ├── BindingOrAssignmentElement.hx │ ├── BindingOrAssignmentElementRestIndicator.hx │ ├── BindingOrAssignmentElementTarget.hx │ ├── BindingOrAssignmentPattern.hx │ ├── BindingPattern.hx │ ├── BitwiseOperator.hx │ ├── BitwiseOperatorOrHigher.hx │ ├── Block.hx │ ├── BlockLike.hx │ ├── BooleanLiteral.hx │ ├── BreakOrContinueStatement.hx │ ├── BreakStatement.hx │ ├── BuildInvalidedProject.hx │ ├── BuildOptions.hx │ ├── BuilderProgram.hx │ ├── BuilderProgramHost.hx │ ├── Bundle.hx │ ├── CallChain.hx │ ├── CallExpression.hx │ ├── CallLikeExpression.hx │ ├── CallSignatureDeclaration.hx │ ├── CancellationToken.hx │ ├── CaseBlock.hx │ ├── CaseClause.hx │ ├── CaseOrDefaultClause.hx │ ├── CatchClause.hx │ ├── CheckJsDirective.hx │ ├── ClassDeclaration.hx │ ├── ClassElement.hx │ ├── ClassExpression.hx │ ├── ClassLikeDeclaration.hx │ ├── ClassLikeDeclarationBase.hx │ ├── ClassificationInfo.hx │ ├── ClassificationResult.hx │ ├── ClassificationType.hx │ ├── ClassificationTypeNames.hx │ ├── Classifications.hx │ ├── ClassifiedSpan.hx │ ├── Classifier.hx │ ├── CodeAction.hx │ ├── CodeActionCommand.hx │ ├── CodeFixAction.hx │ ├── ColonToken.hx │ ├── CombinedCodeActions.hx │ ├── CombinedCodeFixScope.hx │ ├── CommaListExpression.hx │ ├── CommentKind.hx │ ├── CommentRange.hx │ ├── CompilerHost.hx │ ├── CompilerOptions.hx │ ├── CompilerOptionsValue.hx │ ├── CompletionEntry.hx │ ├── CompletionEntryDetails.hx │ ├── CompletionInfo.hx │ ├── CompletionsTriggerCharacter.hx │ ├── CompoundAssignmentOperator.hx │ ├── ComputedPropertyName.hx │ ├── ConciseBody.hx │ ├── ConditionalExpression.hx │ ├── ConditionalRoot.hx │ ├── ConditionalType.hx │ ├── ConditionalTypeNode.hx │ ├── ConfigFileDiagnosticsReporter.hx │ ├── ConstructSignatureDeclaration.hx │ ├── ConstructorDeclaration.hx │ ├── ConstructorTypeNode.hx │ ├── ContinueStatement.hx │ ├── CreateProgram.hx │ ├── CreateProgramOptions.hx │ ├── CustomTransformer.hx │ ├── CustomTransformerFactory.hx │ ├── CustomTransformers.hx │ ├── DebuggerStatement.hx │ ├── Declaration.hx │ ├── DeclarationName.hx │ ├── DeclarationStatement.hx │ ├── DeclarationWithTypeParameterChildren.hx │ ├── DeclarationWithTypeParameters.hx │ ├── Decorator.hx │ ├── DefaultClause.hx │ ├── DeferredTypeReference.hx │ ├── DefinitionInfo.hx │ ├── DefinitionInfoAndBoundSpan.hx │ ├── DeleteExpression.hx │ ├── DestructuringAssignment.hx │ ├── DestructuringPattern.hx │ ├── Diagnostic.hx │ ├── DiagnosticCategory.hx │ ├── DiagnosticMessage.hx │ ├── DiagnosticMessageChain.hx │ ├── DiagnosticRelatedInformation.hx │ ├── DiagnosticReporter.hx │ ├── DiagnosticWithLocation.hx │ ├── DirectoryWatcherCallback.hx │ ├── DoStatement.hx │ ├── DocumentHighlights.hx │ ├── DocumentRegistry.hx │ ├── DocumentRegistryBucketKey.hx │ ├── DocumentSpan.hx │ ├── DotDotDotToken.hx │ ├── DotToken.hx │ ├── EditorOptions.hx │ ├── EditorSettings.hx │ ├── ElementAccessChain.hx │ ├── ElementAccessExpression.hx │ ├── EmitAndSemanticDiagnosticsBuilderProgram.hx │ ├── EmitFlags.hx │ ├── EmitHelper.hx │ ├── EmitHelperUniqueNameCallback.hx │ ├── EmitHint.hx │ ├── EmitOutput.hx │ ├── EmitResult.hx │ ├── EmptyStatement.hx │ ├── EndOfFileToken.hx │ ├── EndOfLineState.hx │ ├── EntityName.hx │ ├── EntityNameExpression.hx │ ├── EntityNameOrEntityNameExpression.hx │ ├── EnumDeclaration.hx │ ├── EnumMember.hx │ ├── EnumType.hx │ ├── EqualityOperator.hx │ ├── EqualityOperatorOrHigher.hx │ ├── EqualsGreaterThanToken.hx │ ├── EqualsToken.hx │ ├── ErrorCallback.hx │ ├── EvolvingArrayType.hx │ ├── ExclamationToken.hx │ ├── ExitStatus.hx │ ├── ExpandResult.hx │ ├── ExponentiationOperator.hx │ ├── ExportAssignment.hx │ ├── ExportDeclaration.hx │ ├── ExportSpecifier.hx │ ├── Expression.hx │ ├── ExpressionStatement.hx │ ├── ExpressionWithTypeArguments.hx │ ├── ExtendedConfigCacheEntry.hx │ ├── Extension.hx │ ├── ExternalModuleReference.hx │ ├── FileExtensionInfo.hx │ ├── FileReference.hx │ ├── FileTextChanges.hx │ ├── FileWatcher.hx │ ├── FileWatcherCallback.hx │ ├── FileWatcherEventKind.hx │ ├── FlowArrayMutation.hx │ ├── FlowAssignment.hx │ ├── FlowCall.hx │ ├── FlowCondition.hx │ ├── FlowFlags.hx │ ├── FlowLabel.hx │ ├── FlowLock.hx │ ├── FlowNode.hx │ ├── FlowNodeBase.hx │ ├── FlowStart.hx │ ├── FlowSwitchClause.hx │ ├── FlowType.hx │ ├── ForInOrOfStatement.hx │ ├── ForInStatement.hx │ ├── ForInitializer.hx │ ├── ForOfStatement.hx │ ├── ForStatement.hx │ ├── FormatCodeOptions.hx │ ├── FormatCodeSettings.hx │ ├── FormatDiagnosticsHost.hx │ ├── FunctionBody.hx │ ├── FunctionDeclaration.hx │ ├── FunctionExpression.hx │ ├── FunctionLike.hx │ ├── FunctionLikeDeclaration.hx │ ├── FunctionLikeDeclarationBase.hx │ ├── FunctionOrConstructorTypeNode.hx │ ├── FunctionOrConstructorTypeNodeBase.hx │ ├── FunctionTypeNode.hx │ ├── GenericType.hx │ ├── GetAccessorDeclaration.hx │ ├── GetCompletionsAtPositionOptions.hx │ ├── GetEffectiveTypeRootsHost.hx │ ├── HasExpressionInitializer.hx │ ├── HasInitializer.hx │ ├── HasJSDoc.hx │ ├── HasType.hx │ ├── HeritageClause.hx │ ├── HighlightSpan.hx │ ├── HighlightSpanKind.hx │ ├── HostCancellationToken.hx │ ├── IScriptSnapshot.hx │ ├── Identifier.hx │ ├── IdentifierTypePredicate.hx │ ├── IfStatement.hx │ ├── ImplementationLocation.hx │ ├── ImportCall.hx │ ├── ImportClause.hx │ ├── ImportDeclaration.hx │ ├── ImportEqualsDeclaration.hx │ ├── ImportExpression.hx │ ├── ImportOrExportSpecifier.hx │ ├── ImportSpecifier.hx │ ├── ImportTypeNode.hx │ ├── IncompleteType.hx │ ├── IncrementExpression.hx │ ├── IncrementalProgramOptions.hx │ ├── IndentStyle.hx │ ├── IndexInfo.hx │ ├── IndexKind.hx │ ├── IndexSignatureDeclaration.hx │ ├── IndexType.hx │ ├── IndexedAccessType.hx │ ├── IndexedAccessTypeNode.hx │ ├── InferTypeNode.hx │ ├── InferencePriority.hx │ ├── InputFiles.hx │ ├── InstallPackageAction.hx │ ├── InstallPackageOptions.hx │ ├── InstantiableType.hx │ ├── InterfaceDeclaration.hx │ ├── InterfaceType.hx │ ├── InterfaceTypeWithDeclaredMembers.hx │ ├── InternalSymbolName.hx │ ├── IntersectionType.hx │ ├── IntersectionTypeNode.hx │ ├── InvalidatedProject.hx │ ├── InvalidatedProjectBase.hx │ ├── InvalidatedProjectKind.hx │ ├── IterationStatement.hx │ ├── Iterator.hx │ ├── JSDoc.hx │ ├── JSDocAllType.hx │ ├── JSDocAugmentsTag.hx │ ├── JSDocAuthorTag.hx │ ├── JSDocCallbackTag.hx │ ├── JSDocClassTag.hx │ ├── JSDocContainer.hx │ ├── JSDocEnumTag.hx │ ├── JSDocFunctionType.hx │ ├── JSDocNamepathType.hx │ ├── JSDocNamespaceBody.hx │ ├── JSDocNamespaceDeclaration.hx │ ├── JSDocNonNullableType.hx │ ├── JSDocNullableType.hx │ ├── JSDocOptionalType.hx │ ├── JSDocParameterTag.hx │ ├── JSDocPropertyLikeTag.hx │ ├── JSDocPropertyTag.hx │ ├── JSDocReturnTag.hx │ ├── JSDocSignature.hx │ ├── JSDocSyntaxKind.hx │ ├── JSDocTag.hx │ ├── JSDocTagInfo.hx │ ├── JSDocTemplateTag.hx │ ├── JSDocThisTag.hx │ ├── JSDocType.hx │ ├── JSDocTypeExpression.hx │ ├── JSDocTypeLiteral.hx │ ├── JSDocTypeReferencingNode.hx │ ├── JSDocTypeTag.hx │ ├── JSDocTypedefTag.hx │ ├── JSDocUnknownTag.hx │ ├── JSDocUnknownType.hx │ ├── JSDocVariadicType.hx │ ├── JsFileExtensionInfo.hx │ ├── JsonMinusNumericLiteral.hx │ ├── JsonObjectExpressionStatement.hx │ ├── JsonSourceFile.hx │ ├── JsxAttribute.hx │ ├── JsxAttributeLike.hx │ ├── JsxAttributes.hx │ ├── JsxChild.hx │ ├── JsxClosingElement.hx │ ├── JsxClosingFragment.hx │ ├── JsxClosingTagInfo.hx │ ├── JsxElement.hx │ ├── JsxEmit.hx │ ├── JsxExpression.hx │ ├── JsxFlags.hx │ ├── JsxFragment.hx │ ├── JsxOpeningElement.hx │ ├── JsxOpeningFragment.hx │ ├── JsxOpeningLikeElement.hx │ ├── JsxSelfClosingElement.hx │ ├── JsxSpreadAttribute.hx │ ├── JsxTagNameExpression.hx │ ├── JsxTagNamePropertyAccess.hx │ ├── JsxText.hx │ ├── JsxTokenSyntaxKind.hx │ ├── KeywordSyntaxKind.hx │ ├── KeywordTypeNode.hx │ ├── LabeledStatement.hx │ ├── LanguageService.hx │ ├── LanguageServiceHost.hx │ ├── LanguageVariant.hx │ ├── LeftHandSideExpression.hx │ ├── LineAndCharacter.hx │ ├── ListFormat.hx │ ├── LiteralExpression.hx │ ├── LiteralLikeNode.hx │ ├── LiteralType.hx │ ├── LiteralTypeNode.hx │ ├── LogicalOperator.hx │ ├── LogicalOperatorOrHigher.hx │ ├── Map.hx │ ├── MapLike.hx │ ├── MappedTypeNode.hx │ ├── MemberExpression.hx │ ├── MetaProperty.hx │ ├── MethodDeclaration.hx │ ├── MethodSignature.hx │ ├── MinusToken.hx │ ├── MissingDeclaration.hx │ ├── Modifier.hx │ ├── ModifierFlags.hx │ ├── ModifiersArray.hx │ ├── ModuleBlock.hx │ ├── ModuleBody.hx │ ├── ModuleDeclaration.hx │ ├── ModuleKind.hx │ ├── ModuleName.hx │ ├── ModuleReference.hx │ ├── ModuleResolutionCache.hx │ ├── ModuleResolutionHost.hx │ ├── ModuleResolutionKind.hx │ ├── ModuleSpecifierResolutionHost.hx │ ├── MultiplicativeOperator.hx │ ├── MultiplicativeOperatorOrHigher.hx │ ├── NamedDeclaration.hx │ ├── NamedExports.hx │ ├── NamedImportBindings.hx │ ├── NamedImports.hx │ ├── NamedImportsOrExports.hx │ ├── NamespaceBody.hx │ ├── NamespaceDeclaration.hx │ ├── NamespaceExportDeclaration.hx │ ├── NamespaceImport.hx │ ├── NavigateToItem.hx │ ├── NavigationBarItem.hx │ ├── NavigationTree.hx │ ├── NewExpression.hx │ ├── NewLineKind.hx │ ├── NoSubstitutionTemplateLiteral.hx │ ├── Node.hx │ ├── NodeArray.hx │ ├── NodeBuilderFlags.hx │ ├── NodeFlags.hx │ ├── NodeWithTypeArguments.hx │ ├── NonNullExpression.hx │ ├── NonRelativeModuleNameResolutionCache.hx │ ├── NotEmittedStatement.hx │ ├── NullLiteral.hx │ ├── NumberLiteralType.hx │ ├── NumericLiteral.hx │ ├── ObjectBindingOrAssignmentPattern.hx │ ├── ObjectBindingPattern.hx │ ├── ObjectDestructuringAssignment.hx │ ├── ObjectFlags.hx │ ├── ObjectLiteralElement.hx │ ├── ObjectLiteralElementLike.hx │ ├── ObjectLiteralExpression.hx │ ├── ObjectLiteralExpressionBase.hx │ ├── ObjectType.hx │ ├── ObjectTypeDeclaration.hx │ ├── OmittedExpression.hx │ ├── OperationCanceledException.hx │ ├── OptionalChain.hx │ ├── OptionalTypeNode.hx │ ├── OrganizeImportsScope.hx │ ├── OutliningSpan.hx │ ├── OutliningSpanKind.hx │ ├── OutputFile.hx │ ├── OutputFileType.hx │ ├── PackageId.hx │ ├── ParameterDeclaration.hx │ ├── ParameterPropertyDeclaration.hx │ ├── ParenthesizedExpression.hx │ ├── ParenthesizedTypeNode.hx │ ├── ParseConfigFileHost.hx │ ├── ParseConfigHost.hx │ ├── ParsedCommandLine.hx │ ├── ParsedTsconfig.hx │ ├── PartiallyEmittedExpression.hx │ ├── Path.hx │ ├── PerModuleNameCache.hx │ ├── PluginImport.hx │ ├── PlusToken.hx │ ├── PostfixUnaryExpression.hx │ ├── PostfixUnaryOperator.hx │ ├── PreFinallyFlow.hx │ ├── PreProcessedFileInfo.hx │ ├── PrefixUnaryExpression.hx │ ├── PrefixUnaryOperator.hx │ ├── PrimaryExpression.hx │ ├── PrintHandlers.hx │ ├── Printer.hx │ ├── PrinterOptions.hx │ ├── Program.hx │ ├── ProgramHost.hx │ ├── ProjectReference.hx │ ├── PropertyAccessChain.hx │ ├── PropertyAccessEntityNameExpression.hx │ ├── PropertyAccessExpression.hx │ ├── PropertyAssignment.hx │ ├── PropertyDeclaration.hx │ ├── PropertyLikeDeclaration.hx │ ├── PropertyName.hx │ ├── PropertySignature.hx │ ├── PseudoBigInt.hx │ ├── Push.hx │ ├── QualifiedName.hx │ ├── QuestionDotToken.hx │ ├── QuestionToken.hx │ ├── QuickInfo.hx │ ├── ReadBuildProgramHost.hx │ ├── ReadonlyMap.hx │ ├── ReadonlyToken.hx │ ├── ReadonlyUnderscoreEscapedMap.hx │ ├── RefactorActionInfo.hx │ ├── RefactorEditInfo.hx │ ├── ReferenceEntry.hx │ ├── ReferencedSymbol.hx │ ├── ReferencedSymbolDefinitionInfo.hx │ ├── RegularExpressionLiteral.hx │ ├── RelationalOperator.hx │ ├── RelationalOperatorOrHigher.hx │ ├── RenameInfo.hx │ ├── RenameInfoFailure.hx │ ├── RenameInfoOptions.hx │ ├── RenameInfoSuccess.hx │ ├── RenameLocation.hx │ ├── ReportEmitErrorSummary.hx │ ├── ResolveProjectReferencePathHost.hx │ ├── ResolvedConfigFileName.hx │ ├── ResolvedModule.hx │ ├── ResolvedModuleFull.hx │ ├── ResolvedModuleWithFailedLookupLocations.hx │ ├── ResolvedProjectReference.hx │ ├── ResolvedTypeReferenceDirective.hx │ ├── ResolvedTypeReferenceDirectiveWithFailedLookupLocations.hx │ ├── RestTypeNode.hx │ ├── ReturnStatement.hx │ ├── Scanner.hx │ ├── ScriptElementKind.hx │ ├── ScriptElementKindModifier.hx │ ├── ScriptKind.hx │ ├── ScriptReferenceHost.hx │ ├── ScriptSnapshot.hx │ ├── ScriptTarget.hx │ ├── SelectionRange.hx │ ├── SemanticDiagnosticsBuilderProgram.hx │ ├── SemicolonClassElement.hx │ ├── SemicolonPreference.hx │ ├── SetAccessorDeclaration.hx │ ├── ShiftOperator.hx │ ├── ShiftOperatorOrHigher.hx │ ├── ShorthandPropertyAssignment.hx │ ├── Signature.hx │ ├── SignatureDeclaration.hx │ ├── SignatureDeclarationBase.hx │ ├── SignatureHelpCharacterTypedReason.hx │ ├── SignatureHelpInvokedReason.hx │ ├── SignatureHelpItem.hx │ ├── SignatureHelpItems.hx │ ├── SignatureHelpItemsOptions.hx │ ├── SignatureHelpParameter.hx │ ├── SignatureHelpRetriggerCharacter.hx │ ├── SignatureHelpRetriggeredReason.hx │ ├── SignatureHelpTriggerCharacter.hx │ ├── SignatureHelpTriggerReason.hx │ ├── SignatureKind.hx │ ├── SolutionBuilder.hx │ ├── SolutionBuilderHost.hx │ ├── SolutionBuilderHostBase.hx │ ├── SolutionBuilderWithWatchHost.hx │ ├── SortedArray.hx │ ├── SortedReadonlyArray.hx │ ├── SourceFile.hx │ ├── SourceFileLike.hx │ ├── SourceMapRange.hx │ ├── SourceMapSource.hx │ ├── SourceMapSpan.hx │ ├── SpreadAssignment.hx │ ├── SpreadElement.hx │ ├── Statement.hx │ ├── StringLiteral.hx │ ├── StringLiteralLike.hx │ ├── StringLiteralType.hx │ ├── StructuredType.hx │ ├── SubstitutionType.hx │ ├── SuperCall.hx │ ├── SuperElementAccessExpression.hx │ ├── SuperExpression.hx │ ├── SuperProperty.hx │ ├── SuperPropertyAccessExpression.hx │ ├── SwitchStatement.hx │ ├── Symbol.hx │ ├── SymbolDisplayPart.hx │ ├── SymbolDisplayPartKind.hx │ ├── SymbolFlags.hx │ ├── SymbolFormatFlags.hx │ ├── SymbolTable.hx │ ├── SyntaxKind.hx │ ├── SyntaxList.hx │ ├── SynthesizedComment.hx │ ├── SyntheticExpression.hx │ ├── System.hx │ ├── TaggedTemplateExpression.hx │ ├── TemplateExpression.hx │ ├── TemplateHead.hx │ ├── TemplateLiteral.hx │ ├── TemplateLiteralLikeNode.hx │ ├── TemplateLiteralToken.hx │ ├── TemplateMiddle.hx │ ├── TemplateSpan.hx │ ├── TemplateTail.hx │ ├── TextChange.hx │ ├── TextChangeRange.hx │ ├── TextInsertion.hx │ ├── TextRange.hx │ ├── TextSpan.hx │ ├── ThisExpression.hx │ ├── ThisTypeNode.hx │ ├── ThisTypePredicate.hx │ ├── ThrowStatement.hx │ ├── TodoComment.hx │ ├── TodoCommentDescriptor.hx │ ├── Token.hx │ ├── TokenClass.hx │ ├── TokenFlags.hx │ ├── TransformationContext.hx │ ├── TransformationResult.hx │ ├── Transformer.hx │ ├── TransformerFactory.hx │ ├── TransientIdentifier.hx │ ├── TranspileOptions.hx │ ├── TranspileOutput.hx │ ├── TryStatement.hx │ ├── TsConfigSourceFile.hx │ ├── TupleType.hx │ ├── TupleTypeNode.hx │ ├── TupleTypeReference.hx │ ├── Type.hx │ ├── TypeAcquisition.hx │ ├── TypeAliasDeclaration.hx │ ├── TypeAssertion.hx │ ├── TypeChecker.hx │ ├── TypeElement.hx │ ├── TypeFlags.hx │ ├── TypeFormatFlags.hx │ ├── TypeLiteralNode.hx │ ├── TypeNode.hx │ ├── TypeOfExpression.hx │ ├── TypeOperatorNode.hx │ ├── TypeParameter.hx │ ├── TypeParameterDeclaration.hx │ ├── TypePredicate.hx │ ├── TypePredicateBase.hx │ ├── TypePredicateKind.hx │ ├── TypePredicateNode.hx │ ├── TypeQueryNode.hx │ ├── TypeReference.hx │ ├── TypeReferenceNode.hx │ ├── TypeReferenceType.hx │ ├── TypeVariable.hx │ ├── UnaryExpression.hx │ ├── UnderscoreEscapedMap.hx │ ├── UnionOrIntersectionType.hx │ ├── UnionOrIntersectionTypeNode.hx │ ├── UnionType.hx │ ├── UnionTypeNode.hx │ ├── UniqueESSymbolType.hx │ ├── UnparsedNode.hx │ ├── UnparsedPrepend.hx │ ├── UnparsedPrologue.hx │ ├── UnparsedSection.hx │ ├── UnparsedSource.hx │ ├── UnparsedSourceText.hx │ ├── UnparsedSyntheticReference.hx │ ├── UnparsedTextLike.hx │ ├── UnscopedEmitHelper.hx │ ├── UpdateBundleProject.hx │ ├── UpdateExpression.hx │ ├── UpdateOutputFileStampsProject.hx │ ├── UserPreferences.hx │ ├── VariableDeclaration.hx │ ├── VariableDeclarationList.hx │ ├── VariableLikeDeclaration.hx │ ├── VariableStatement.hx │ ├── VisitResult.hx │ ├── Visitor.hx │ ├── VoidExpression.hx │ ├── Watch.hx │ ├── WatchCompilerHost.hx │ ├── WatchCompilerHostOfConfigFile.hx │ ├── WatchCompilerHostOfFilesAndCompilerOptions.hx │ ├── WatchDirectoryFlags.hx │ ├── WatchHost.hx │ ├── WatchOfConfigFile.hx │ ├── WatchOfFilesAndCompilerOptions.hx │ ├── WatchStatusReporter.hx │ ├── WhileStatement.hx │ ├── WithMetadata.hx │ ├── WithStatement.hx │ ├── WriteFileCallback.hx │ ├── YieldExpression.hx │ ├── __String.hx │ └── server │ ├── ActionInvalidate.hx │ ├── ActionPackageInstalled.hx │ ├── ActionSet.hx │ ├── BeginInstallTypes.hx │ ├── CloseProject.hx │ ├── DiscoverTypings.hx │ ├── EndInstallTypes.hx │ ├── EventBeginInstallTypes.hx │ ├── EventEndInstallTypes.hx │ ├── EventInitializationFailed.hx │ ├── EventTypesRegistry.hx │ ├── InitializationFailedResponse.hx │ ├── InstallPackageRequest.hx │ ├── InstallTypes.hx │ ├── InvalidateCachedTypings.hx │ ├── PackageInstalledResponse.hx │ ├── ProjectResponse.hx │ ├── SetTypings.hx │ ├── TypesRegistryRequest.hx │ ├── TypingInstallerRequestWithProjectName.hx │ └── TypingInstallerResponse.hx ├── package.json ├── src ├── Console.hx ├── ConverterContext.hx ├── HaxeModule.hx ├── HaxeTypePathMap.hx ├── Log.hx ├── Macro.hx ├── Main.hx ├── PostProcess.hx ├── Printer.hx ├── SupportTypes.hx ├── SymbolAccess.hx ├── SymbolAccessMap.hx ├── TsInternal.hx ├── ds │ ├── OnceOnlyQueue.hx │ ├── OnlyOnceSymbolQueue.hx │ └── Set.hx ├── hxargs │ └── Args.hx ├── import.hx ├── tool │ ├── ComplexTypeTools.hx │ ├── FileTools.hx │ ├── HaxeTools.hx │ ├── StringTools.hx │ ├── SymbolAccessTools.hx │ ├── TsProgramTools.hx │ ├── TsSymbolTools.hx │ ├── TsSyntaxTools.hx │ └── TsTypeTools.hx └── typemap │ ├── HxnodejsMacro.hx │ ├── StdLibMacro.hx │ ├── TypeMap.hx │ ├── TypeMapTools.hx │ ├── generate-hxnodejs.hxml │ ├── generate-stdlib.hxml │ ├── hxnodejs-12.1.0.json │ └── std-4.2.5.json └── test ├── RunAll.hx ├── RunLibs.hx ├── RunUnit.hx ├── Test.hx ├── _generated-libs ├── body-parser │ ├── BodyParser.hx │ ├── README.md │ ├── body_parser │ │ ├── Options.hx │ │ ├── OptionsJson.hx │ │ ├── OptionsText.hx │ │ └── OptionsUrlencoded.hx │ ├── haxelib.json │ └── ts │ │ ├── AnyOf2.hx │ │ └── AnyOf3.hx ├── connect │ ├── Connect.hx │ ├── README.md │ ├── connect │ │ ├── ErrorHandleFunction.hx │ │ ├── HandleFunction.hx │ │ ├── IncomingMessage.hx │ │ ├── NextFunction.hx │ │ ├── NextHandleFunction.hx │ │ ├── Server.hx │ │ ├── ServerHandle.hx │ │ ├── ServerStackItem.hx │ │ └── SimpleHandleFunction.hx │ ├── haxelib.json │ └── ts │ │ ├── AnyOf2.hx │ │ ├── AnyOf3.hx │ │ └── AnyOf4.hx ├── express-serve-static-core │ ├── README.md │ ├── express_serve_static_core │ │ ├── Application.hx │ │ ├── ApplicationRequestHandler.hx │ │ ├── ByteRange.hx │ │ ├── CookieOptions.hx │ │ ├── Dictionary.hx │ │ ├── Errback.hx │ │ ├── ErrorRequestHandler.hx │ │ ├── Express.hx │ │ ├── Handler.hx │ │ ├── IRoute.hx │ │ ├── IRouter.hx │ │ ├── IRouterHandler.hx │ │ ├── IRouterMatcher.hx │ │ ├── MediaType.hx │ │ ├── NextFunction.hx │ │ ├── Params.hx │ │ ├── ParamsArray.hx │ │ ├── ParamsDictionary.hx │ │ ├── PathParams.hx │ │ ├── Query.hx │ │ ├── Request.hx │ │ ├── RequestHandler.hx │ │ ├── RequestHandlerParams.hx │ │ ├── RequestParamHandler.hx │ │ ├── RequestRanges.hx │ │ ├── Response.hx │ │ ├── Router.hx │ │ └── Send.hx │ ├── global │ │ └── express │ │ │ ├── Application.hx │ │ │ ├── Request.hx │ │ │ └── Response.hx │ ├── haxelib.json │ ├── js │ │ └── lib │ │ │ ├── ConcatArray.hx │ │ │ ├── IterableIterator.hx │ │ │ ├── IteratorResult.hx │ │ │ ├── IteratorReturnResult.hx │ │ │ └── IteratorYieldResult.hx │ └── ts │ │ ├── AnyOf2.hx │ │ ├── AnyOf3.hx │ │ ├── Tuple1.hx │ │ └── Tuple2.hx ├── express │ ├── Express.hx │ ├── README.md │ ├── express │ │ ├── Application.hx │ │ ├── CookieOptions.hx │ │ ├── Errback.hx │ │ ├── ErrorRequestHandler.hx │ │ ├── Express.hx │ │ ├── Handler.hx │ │ ├── IRoute.hx │ │ ├── IRouter.hx │ │ ├── IRouterHandler.hx │ │ ├── IRouterMatcher.hx │ │ ├── IRouter_.hx │ │ ├── MediaType.hx │ │ ├── NextFunction.hx │ │ ├── Request.hx │ │ ├── RequestHandler.hx │ │ ├── RequestParamHandler.hx │ │ ├── Response.hx │ │ ├── Router.hx │ │ ├── RouterOptions.hx │ │ └── Send.hx │ ├── haxelib.json │ └── ts │ │ ├── AnyOf2.hx │ │ ├── AnyOf3.hx │ │ └── Tuple2.hx ├── jquery │ ├── Jquery.hx │ ├── README.md │ ├── global │ │ ├── BaseJQueryEventObject.hx │ │ ├── JQuery.hx │ │ ├── JQueryAjaxSettings.hx │ │ ├── JQueryAnimationOptions.hx │ │ ├── JQueryCallback.hx │ │ ├── JQueryCoordinates.hx │ │ ├── JQueryDeferred.hx │ │ ├── JQueryEasingFunction.hx │ │ ├── JQueryEasingFunctions.hx │ │ ├── JQueryEventConstructor.hx │ │ ├── JQueryEventObject.hx │ │ ├── JQueryGenericPromise.hx │ │ ├── JQueryInputEventObject.hx │ │ ├── JQueryKeyEventObject.hx │ │ ├── JQueryMouseEventObject.hx │ │ ├── JQueryParam.hx │ │ ├── JQueryPromise.hx │ │ ├── JQueryPromiseCallback.hx │ │ ├── JQueryPromiseOperator.hx │ │ ├── JQuerySerializeArrayElement.hx │ │ ├── JQueryStatic.hx │ │ ├── JQuerySupport.hx │ │ ├── JQueryXHR.hx │ │ ├── JqueryGlobal.hx │ │ ├── _Event.hx │ │ ├── _FocusEvent.hx │ │ ├── _KeyboardEvent.hx │ │ ├── _MouseEvent.hx │ │ ├── _TouchEvent.hx │ │ ├── _UIEvent.hx │ │ └── jquery │ │ │ ├── AjaxSettings.hx │ │ │ ├── Animation.hx │ │ │ ├── AnimationHook.hx │ │ │ ├── AnimationStatic.hx │ │ │ ├── BlurEvent.hx │ │ │ ├── CSSHook.hx │ │ │ ├── CSSHooks.hx │ │ │ ├── Callbacks.hx │ │ │ ├── CallbacksStatic.hx │ │ │ ├── ChangeEvent.hx │ │ │ ├── ClickEvent.hx │ │ │ ├── ContextMenuEvent.hx │ │ │ ├── Coordinates.hx │ │ │ ├── CoordinatesPartial.hx │ │ │ ├── Deferred.hx │ │ │ ├── DeferredStatic.hx │ │ │ ├── DoubleClickEvent.hx │ │ │ ├── Duration.hx │ │ │ ├── EasingMethod.hx │ │ │ ├── Easings.hx │ │ │ ├── Effects.hx │ │ │ ├── EffectsOptions.hx │ │ │ ├── Event.hx │ │ │ ├── EventBase.hx │ │ │ ├── EventExtensions.hx │ │ │ ├── EventHandler.hx │ │ │ ├── EventHandlerBase.hx │ │ │ ├── EventStatic.hx │ │ │ ├── FocusEvent.hx │ │ │ ├── FocusEventBase.hx │ │ │ ├── FocusInEvent.hx │ │ │ ├── FocusOutEvent.hx │ │ │ ├── HandleObject.hx │ │ │ ├── HtmlString.hx │ │ │ ├── JqXHR.hx │ │ │ ├── KeyDownEvent.hx │ │ │ ├── KeyPressEvent.hx │ │ │ ├── KeyUpEvent.hx │ │ │ ├── KeyboardEventBase.hx │ │ │ ├── MouseDownEvent.hx │ │ │ ├── MouseEnterEvent.hx │ │ │ ├── MouseEventBase.hx │ │ │ ├── MouseLeaveEvent.hx │ │ │ ├── MouseMoveEvent.hx │ │ │ ├── MouseOutEvent.hx │ │ │ ├── MouseOverEvent.hx │ │ │ ├── MouseUpEvent.hx │ │ │ ├── NameValuePair.hx │ │ │ ├── Node.hx │ │ │ ├── PlainObject.hx │ │ │ ├── Promise.hx │ │ │ ├── Promise2.hx │ │ │ ├── Promise3.hx │ │ │ ├── PromiseBase.hx │ │ │ ├── PropHook.hx │ │ │ ├── PropHooks.hx │ │ │ ├── Queue.hx │ │ │ ├── QueueFunction.hx │ │ │ ├── ResizeEvent.hx │ │ │ ├── ScrollEvent.hx │ │ │ ├── SelectEvent.hx │ │ │ ├── Selector.hx │ │ │ ├── Selectors.hx │ │ │ ├── SpecialEventHook.hx │ │ │ ├── SpecialEventHooks.hx │ │ │ ├── SpeedSettings.hx │ │ │ ├── SubmitEvent.hx │ │ │ ├── Thenable.hx │ │ │ ├── TickFunction.hx │ │ │ ├── TouchCancelEvent.hx │ │ │ ├── TouchEndEvent.hx │ │ │ ├── TouchEventBase.hx │ │ │ ├── TouchMoveEvent.hx │ │ │ ├── TouchStartEvent.hx │ │ │ ├── Transport.hx │ │ │ ├── TriggeredEvent.hx │ │ │ ├── Tween.hx │ │ │ ├── TweenStatic.hx │ │ │ ├── Tweener.hx │ │ │ ├── TypeEventHandler.hx │ │ │ ├── TypeEventHandlers.hx │ │ │ ├── TypeOrArray.hx │ │ │ ├── TypeToTriggeredEventMap.hx │ │ │ ├── UIEventBase.hx │ │ │ ├── UrlAjaxSettings.hx │ │ │ ├── ValHook.hx │ │ │ ├── ValHooks.hx │ │ │ ├── _CSSHook.hx │ │ │ ├── _Falsy.hx │ │ │ ├── _Promise.hx │ │ │ ├── _TypeEventHandlers.hx │ │ │ ├── ajax │ │ │ ├── AjaxSettingsBase.hx │ │ │ ├── CompleteCallback.hx │ │ │ ├── ErrorCallback.hx │ │ │ ├── ErrorTextStatus.hx │ │ │ ├── StatusCodeCallbacks.hx │ │ │ ├── SuccessCallback.hx │ │ │ ├── SuccessTextStatus.hx │ │ │ ├── TextStatus.hx │ │ │ └── XHRFields.hx │ │ │ ├── deferred │ │ │ ├── AlwaysCallback.hx │ │ │ ├── Callback.hx │ │ │ ├── Callback3.hx │ │ │ ├── CallbackBase.hx │ │ │ ├── DoneCallback.hx │ │ │ ├── FailCallback.hx │ │ │ └── ProgressCallback.hx │ │ │ ├── jqxhr │ │ │ ├── AlwaysCallback.hx │ │ │ ├── DoneCallback.hx │ │ │ └── FailCallback.hx │ │ │ └── transport │ │ │ └── SuccessCallback.hx │ ├── haxelib.json │ ├── js │ │ └── lib │ │ │ ├── ArrayLike.hx │ │ │ ├── ConcatArray.hx │ │ │ ├── Global.hx │ │ │ ├── IArray.hx │ │ │ ├── ISymbol.hx │ │ │ ├── IterableIterator.hx │ │ │ ├── IteratorResult.hx │ │ │ ├── IteratorReturnResult.hx │ │ │ ├── IteratorYieldResult.hx │ │ │ ├── PromiseLike.hx │ │ │ └── SymbolConstructor.hx │ └── ts │ │ ├── AnyOf13.hx │ │ ├── AnyOf2.hx │ │ ├── AnyOf3.hx │ │ ├── AnyOf4.hx │ │ ├── AnyOf5.hx │ │ ├── AnyOf6.hx │ │ ├── AnyOf7.hx │ │ ├── AnyOf8.hx │ │ ├── Tuple1.hx │ │ ├── Tuple2.hx │ │ └── Undefined.hx ├── lodash │ ├── Lodash.hx │ ├── README.md │ ├── global │ │ ├── LodashGlobal.hx │ │ └── _ │ │ │ ├── AnyKindOfDictionary.hx │ │ │ ├── ArrayIterator.hx │ │ │ ├── AssignCustomizer.hx │ │ │ ├── CloneDeepWithCustomizer.hx │ │ │ ├── CloneWithCustomizer.hx │ │ │ ├── Collection.hx │ │ │ ├── CollectionChain.hx │ │ │ ├── Comparator.hx │ │ │ ├── Comparator2.hx │ │ │ ├── CondPair.hx │ │ │ ├── ConformsPredicateObject.hx │ │ │ ├── CurriedFunction1.hx │ │ │ ├── CurriedFunction2.hx │ │ │ ├── CurriedFunction3.hx │ │ │ ├── CurriedFunction4.hx │ │ │ ├── CurriedFunction5.hx │ │ │ ├── Curry.hx │ │ │ ├── CurryRight.hx │ │ │ ├── DebounceSettings.hx │ │ │ ├── DebouncedFunc.hx │ │ │ ├── Dictionary.hx │ │ │ ├── DictionaryIteratee.hx │ │ │ ├── DictionaryIterator.hx │ │ │ ├── DictionaryIteratorTypeGuard.hx │ │ │ ├── ExpChain.hx │ │ │ ├── Flat.hx │ │ │ ├── Function.hx │ │ │ ├── Function0.hx │ │ │ ├── Function1.hx │ │ │ ├── Function2.hx │ │ │ ├── Function3.hx │ │ │ ├── Function4.hx │ │ │ ├── FunctionBase.hx │ │ │ ├── FunctionBind.hx │ │ │ ├── FunctionBindKey.hx │ │ │ ├── FunctionChain.hx │ │ │ ├── ImpChain.hx │ │ │ ├── IsEqualCustomizer.hx │ │ │ ├── IsMatchWithCustomizer.hx │ │ │ ├── IterateeShorthand.hx │ │ │ ├── ListIteratee.hx │ │ │ ├── ListIterateeCustom.hx │ │ │ ├── ListIterator.hx │ │ │ ├── ListIteratorTypeGuard.hx │ │ │ ├── ListOfRecursiveArraysOrValues.hx │ │ │ ├── List_.hx │ │ │ ├── LoDashExplicitArrayWrapper.hx │ │ │ ├── LoDashExplicitNillableArrayWrapper.hx │ │ │ ├── LoDashExplicitNillableObjectWrapper.hx │ │ │ ├── LoDashExplicitNumberArrayWrapper.hx │ │ │ ├── LoDashExplicitObjectWrapper.hx │ │ │ ├── LoDashExplicitStringWrapper.hx │ │ │ ├── LoDashExplicitWrapper.hx │ │ │ ├── LoDashImplicitArrayWrapper.hx │ │ │ ├── LoDashImplicitNillableArrayWrapper.hx │ │ │ ├── LoDashImplicitNillableObjectWrapper.hx │ │ │ ├── LoDashImplicitNumberArrayWrapper.hx │ │ │ ├── LoDashImplicitObjectWrapper.hx │ │ │ ├── LoDashImplicitStringWrapper.hx │ │ │ ├── LoDashImplicitWrapper.hx │ │ │ ├── LoDashStatic.hx │ │ │ ├── LoDashWrapper.hx │ │ │ ├── Many.hx │ │ │ ├── MapCache.hx │ │ │ ├── MapCacheConstructor.hx │ │ │ ├── MemoIterator.hx │ │ │ ├── MemoIteratorCapped.hx │ │ │ ├── MemoIteratorCappedRight.hx │ │ │ ├── MemoListIterator.hx │ │ │ ├── MemoObjectIterator.hx │ │ │ ├── MemoVoidArrayIterator.hx │ │ │ ├── MemoVoidDictionaryIterator.hx │ │ │ ├── MemoVoidIterator.hx │ │ │ ├── MemoVoidIteratorCapped.hx │ │ │ ├── MemoizedFunction.hx │ │ │ ├── MergeWithCustomizer.hx │ │ │ ├── MixinOptions.hx │ │ │ ├── NotVoid.hx │ │ │ ├── NumericDictionary.hx │ │ │ ├── NumericDictionaryIteratee.hx │ │ │ ├── NumericDictionaryIterateeCustom.hx │ │ │ ├── NumericDictionaryIterator.hx │ │ │ ├── Object.hx │ │ │ ├── ObjectChain.hx │ │ │ ├── ObjectIteratee.hx │ │ │ ├── ObjectIterateeCustom.hx │ │ │ ├── ObjectIterator.hx │ │ │ ├── ObjectIteratorTypeGuard.hx │ │ │ ├── Omit.hx │ │ │ ├── Partial.hx │ │ │ ├── PartialObject.hx │ │ │ ├── PartialRight.hx │ │ │ ├── PartialShallow.hx │ │ │ ├── Primitive.hx │ │ │ ├── PrimitiveChain.hx │ │ │ ├── PropertyName.hx │ │ │ ├── PropertyPath.hx │ │ │ ├── RecursiveArray.hx │ │ │ ├── ReplaceFunction.hx │ │ │ ├── RightCurriedFunction1.hx │ │ │ ├── RightCurriedFunction2.hx │ │ │ ├── RightCurriedFunction3.hx │ │ │ ├── RightCurriedFunction4.hx │ │ │ ├── RightCurriedFunction5.hx │ │ │ ├── SetWithCustomizer.hx │ │ │ ├── StringChain.hx │ │ │ ├── StringIterator.hx │ │ │ ├── StringNullableChain.hx │ │ │ ├── String_.hx │ │ │ ├── T__.hx │ │ │ ├── TemplateExecutor.hx │ │ │ ├── TemplateOptions.hx │ │ │ ├── TemplateSettings.hx │ │ │ ├── ThrottleSettings.hx │ │ │ ├── TruncateOptions.hx │ │ │ ├── Truthy.hx │ │ │ ├── ValueIteratee.hx │ │ │ ├── ValueIterateeCustom.hx │ │ │ ├── ValueIteratorTypeGuard.hx │ │ │ ├── ValueKeyIteratee.hx │ │ │ └── ValueKeyIterateeTypeGuard.hx │ ├── haxelib.json │ ├── js │ │ └── lib │ │ │ ├── ArrayLike.hx │ │ │ ├── ConcatArray.hx │ │ │ ├── IMap_.hx │ │ │ ├── ISet.hx │ │ │ ├── IWeakMap.hx │ │ │ ├── IWeakSet.hx │ │ │ ├── IterableIterator.hx │ │ │ ├── IteratorResult.hx │ │ │ ├── IteratorReturnResult.hx │ │ │ ├── IteratorYieldResult.hx │ │ │ ├── Parameters.hx │ │ │ ├── ReturnType.hx │ │ │ ├── WeakMap_.hx │ │ │ └── WeakSet_.hx │ ├── lodash │ │ ├── AnyKindOfDictionary.hx │ │ ├── ArrayIterator.hx │ │ ├── AssignCustomizer.hx │ │ ├── CloneDeepWithCustomizer.hx │ │ ├── CloneWithCustomizer.hx │ │ ├── Collection.hx │ │ ├── CollectionChain.hx │ │ ├── Comparator.hx │ │ ├── Comparator2.hx │ │ ├── CondPair.hx │ │ ├── ConformsPredicateObject.hx │ │ ├── CurriedFunction1.hx │ │ ├── CurriedFunction2.hx │ │ ├── CurriedFunction3.hx │ │ ├── CurriedFunction4.hx │ │ ├── CurriedFunction5.hx │ │ ├── Curry.hx │ │ ├── CurryRight.hx │ │ ├── DebounceSettings.hx │ │ ├── DebouncedFunc.hx │ │ ├── Dictionary.hx │ │ ├── DictionaryIteratee.hx │ │ ├── DictionaryIterator.hx │ │ ├── DictionaryIteratorTypeGuard.hx │ │ ├── ExpChain.hx │ │ ├── Flat.hx │ │ ├── Function.hx │ │ ├── Function0.hx │ │ ├── Function1.hx │ │ ├── Function2.hx │ │ ├── Function3.hx │ │ ├── Function4.hx │ │ ├── FunctionBase.hx │ │ ├── FunctionBind.hx │ │ ├── FunctionBindKey.hx │ │ ├── FunctionChain.hx │ │ ├── ImpChain.hx │ │ ├── IsEqualCustomizer.hx │ │ ├── IsMatchWithCustomizer.hx │ │ ├── IterateeShorthand.hx │ │ ├── ListIteratee.hx │ │ ├── ListIterateeCustom.hx │ │ ├── ListIterator.hx │ │ ├── ListIteratorTypeGuard.hx │ │ ├── ListOfRecursiveArraysOrValues.hx │ │ ├── List_.hx │ │ ├── LoDashExplicitArrayWrapper.hx │ │ ├── LoDashExplicitNillableArrayWrapper.hx │ │ ├── LoDashExplicitNillableObjectWrapper.hx │ │ ├── LoDashExplicitNumberArrayWrapper.hx │ │ ├── LoDashExplicitObjectWrapper.hx │ │ ├── LoDashExplicitStringWrapper.hx │ │ ├── LoDashExplicitWrapper.hx │ │ ├── LoDashImplicitArrayWrapper.hx │ │ ├── LoDashImplicitNillableArrayWrapper.hx │ │ ├── LoDashImplicitNillableObjectWrapper.hx │ │ ├── LoDashImplicitNumberArrayWrapper.hx │ │ ├── LoDashImplicitObjectWrapper.hx │ │ ├── LoDashImplicitStringWrapper.hx │ │ ├── LoDashImplicitWrapper.hx │ │ ├── LoDashStatic.hx │ │ ├── LoDashWrapper.hx │ │ ├── Many.hx │ │ ├── MapCache.hx │ │ ├── MapCacheConstructor.hx │ │ ├── MemoIterator.hx │ │ ├── MemoIteratorCapped.hx │ │ ├── MemoIteratorCappedRight.hx │ │ ├── MemoListIterator.hx │ │ ├── MemoObjectIterator.hx │ │ ├── MemoVoidArrayIterator.hx │ │ ├── MemoVoidDictionaryIterator.hx │ │ ├── MemoVoidIterator.hx │ │ ├── MemoVoidIteratorCapped.hx │ │ ├── MemoizedFunction.hx │ │ ├── MergeWithCustomizer.hx │ │ ├── MixinOptions.hx │ │ ├── NotVoid.hx │ │ ├── NumericDictionary.hx │ │ ├── NumericDictionaryIteratee.hx │ │ ├── NumericDictionaryIterateeCustom.hx │ │ ├── NumericDictionaryIterator.hx │ │ ├── Object.hx │ │ ├── ObjectChain.hx │ │ ├── ObjectIteratee.hx │ │ ├── ObjectIterateeCustom.hx │ │ ├── ObjectIterator.hx │ │ ├── ObjectIteratorTypeGuard.hx │ │ ├── Omit.hx │ │ ├── Partial.hx │ │ ├── PartialObject.hx │ │ ├── PartialRight.hx │ │ ├── PartialShallow.hx │ │ ├── Primitive.hx │ │ ├── PrimitiveChain.hx │ │ ├── PropertyName.hx │ │ ├── PropertyPath.hx │ │ ├── RecursiveArray.hx │ │ ├── ReplaceFunction.hx │ │ ├── RightCurriedFunction1.hx │ │ ├── RightCurriedFunction2.hx │ │ ├── RightCurriedFunction3.hx │ │ ├── RightCurriedFunction4.hx │ │ ├── RightCurriedFunction5.hx │ │ ├── SetWithCustomizer.hx │ │ ├── StringChain.hx │ │ ├── StringIterator.hx │ │ ├── StringNullableChain.hx │ │ ├── String_.hx │ │ ├── T__.hx │ │ ├── TemplateExecutor.hx │ │ ├── TemplateOptions.hx │ │ ├── TemplateSettings.hx │ │ ├── ThrottleSettings.hx │ │ ├── TruncateOptions.hx │ │ ├── Truthy.hx │ │ ├── ValueIteratee.hx │ │ ├── ValueIterateeCustom.hx │ │ ├── ValueIteratorTypeGuard.hx │ │ ├── ValueKeyIteratee.hx │ │ ├── ValueKeyIterateeTypeGuard.hx │ │ └── common │ │ │ ├── common │ │ │ └── GlobalPartial.hx │ │ │ └── lang │ │ │ └── GlobalFunction.hx │ └── ts │ │ ├── AnyOf16.hx │ │ ├── AnyOf2.hx │ │ ├── AnyOf3.hx │ │ ├── AnyOf32.hx │ │ ├── AnyOf4.hx │ │ ├── AnyOf5.hx │ │ ├── AnyOf6.hx │ │ ├── AnyOf7.hx │ │ ├── AnyOf8.hx │ │ ├── Tuple1.hx │ │ ├── Tuple2.hx │ │ ├── Tuple3.hx │ │ ├── Tuple4.hx │ │ └── Tuple5.hx ├── lowdb │ ├── Lowdb.hx │ ├── README.md │ ├── global │ │ └── _ │ │ │ ├── CollectionChain.hx │ │ │ ├── FunctionChain.hx │ │ │ ├── ObjectChain.hx │ │ │ ├── PrimitiveChain.hx │ │ │ └── StringChain.hx │ ├── haxelib.json │ ├── js │ │ └── lib │ │ │ ├── ArrayLike.hx │ │ │ ├── IPromise.hx │ │ │ ├── Parameters.hx │ │ │ ├── PromiseLike.hx │ │ │ └── ReturnType.hx │ ├── lodash │ │ ├── CollectionChain.hx │ │ ├── FunctionChain.hx │ │ ├── ObjectChain.hx │ │ ├── PrimitiveChain.hx │ │ └── StringChain.hx │ ├── lowdb │ │ ├── AdapterAsync.hx │ │ ├── AdapterOptions.hx │ │ ├── AdapterSync.hx │ │ ├── BaseAdapter.hx │ │ ├── FpReturnAsync.hx │ │ ├── FpReturnBase.hx │ │ ├── FpReturnSync.hx │ │ ├── Lowdb.hx │ │ ├── LowdbAsync.hx │ │ ├── LowdbBase.hx │ │ ├── LowdbFp.hx │ │ ├── LowdbFpAsync.hx │ │ ├── LowdbFpSync.hx │ │ └── LowdbSync.hx │ └── ts │ │ ├── AnyOf2.hx │ │ ├── AnyOf3.hx │ │ ├── AnyOf4.hx │ │ ├── AnyOf5.hx │ │ ├── AnyOf6.hx │ │ ├── AnyOf7.hx │ │ ├── AnyOf8.hx │ │ ├── Tuple1.hx │ │ ├── Tuple2.hx │ │ ├── Tuple3.hx │ │ ├── Tuple4.hx │ │ ├── Tuple5.hx │ │ ├── Tuple6.hx │ │ ├── Tuple7.hx │ │ └── Undefined.hx ├── mime │ ├── Mime.hx │ ├── README.md │ ├── global │ │ ├── Mime.hx │ │ └── mime │ │ │ └── TypeMap.hx │ ├── haxelib.json │ └── mime │ │ └── TypeMap.hx ├── node │ ├── README.md │ ├── global │ │ ├── Buffer.hx │ │ ├── BufferEncoding.hx │ │ ├── IBuffer.hx │ │ ├── NodeExtensions.hx │ │ ├── NodeGlobal.hx │ │ ├── NodeModule.hx │ │ ├── NodeRequire.hx │ │ ├── NodeRequireFunction.hx │ │ ├── RequireResolve.hx │ │ ├── SetImmediate.hx │ │ └── nodejs │ │ │ ├── BeforeExitListener.hx │ │ │ ├── CallSite.hx │ │ │ ├── ConsoleConstructor.hx │ │ │ ├── ConsoleConstructorOptions.hx │ │ │ ├── CpuUsage.hx │ │ │ ├── DisconnectListener.hx │ │ │ ├── Domain.hx │ │ │ ├── ErrnoException.hx │ │ │ ├── EventEmitter.hx │ │ │ ├── Events.hx │ │ │ ├── ExitListener.hx │ │ │ ├── Global.hx │ │ │ ├── HRTime.hx │ │ │ ├── Immediate.hx │ │ │ ├── InspectOptions.hx │ │ │ ├── MemoryUsage.hx │ │ │ ├── MessageListener.hx │ │ │ ├── Module.hx │ │ │ ├── MultipleResolveListener.hx │ │ │ ├── MultipleResolveType.hx │ │ │ ├── NewListenerListener.hx │ │ │ ├── Platform.hx │ │ │ ├── Process.hx │ │ │ ├── ProcessEnv.hx │ │ │ ├── ProcessRelease.hx │ │ │ ├── ProcessVersions.hx │ │ │ ├── ReadStream.hx │ │ │ ├── ReadWriteStream.hx │ │ │ ├── ReadableStream.hx │ │ │ ├── RejectionHandledListener.hx │ │ │ ├── RemoveListenerListener.hx │ │ │ ├── Signals.hx │ │ │ ├── SignalsListener.hx │ │ │ ├── Socket.hx │ │ │ ├── Timeout.hx │ │ │ ├── Timer.hx │ │ │ ├── TypedArray.hx │ │ │ ├── UncaughtExceptionListener.hx │ │ │ ├── UnhandledRejectionListener.hx │ │ │ ├── WarningListener.hx │ │ │ ├── WritableStream.hx │ │ │ └── WriteStream.hx │ ├── haxelib.json │ ├── js │ │ ├── html │ │ │ ├── Console.hx │ │ │ ├── Global.hx │ │ │ ├── IConsole.hx │ │ │ ├── SetTimeout.hx │ │ │ └── TimerHandler.hx │ │ └── lib │ │ │ ├── ArrayBufferConstructor.hx │ │ │ ├── ArrayConstructor.hx │ │ │ ├── ArrayLike.hx │ │ │ ├── BigInt.hx │ │ │ ├── BigIntConstructor.hx │ │ │ ├── Boolean.hx │ │ │ ├── BooleanConstructor.hx │ │ │ ├── ConcatArray.hx │ │ │ ├── DataViewConstructor.hx │ │ │ ├── DateConstructor.hx │ │ │ ├── ErrorConstructor.hx │ │ │ ├── EvalErrorConstructor.hx │ │ │ ├── Float32ArrayConstructor.hx │ │ │ ├── Float64ArrayConstructor.hx │ │ │ ├── FunctionConstructor.hx │ │ │ ├── Global.hx │ │ │ ├── IBigInt.hx │ │ │ ├── IBoolean.hx │ │ │ ├── IError.hx │ │ │ ├── IJSON.hx │ │ │ ├── INumber.hx │ │ │ ├── ISharedArrayBuffer.hx │ │ │ ├── IString.hx │ │ │ ├── IWeakMap.hx │ │ │ ├── IWeakSet.hx │ │ │ ├── Int16ArrayConstructor.hx │ │ │ ├── Int32ArrayConstructor.hx │ │ │ ├── Int8ArrayConstructor.hx │ │ │ ├── IterableIterator.hx │ │ │ ├── IteratorResult.hx │ │ │ ├── IteratorReturnResult.hx │ │ │ ├── IteratorYieldResult.hx │ │ │ ├── JSON.hx │ │ │ ├── MapConstructor.hx │ │ │ ├── Number.hx │ │ │ ├── NumberConstructor.hx │ │ │ ├── ObjectConstructor.hx │ │ │ ├── PropertyDescriptor.hx │ │ │ ├── PropertyDescriptorMap.hx │ │ │ ├── RangeErrorConstructor.hx │ │ │ ├── ReadonlySet.hx │ │ │ ├── ReferenceErrorConstructor.hx │ │ │ ├── RegExpConstructor.hx │ │ │ ├── RegExpMatchArray.hx │ │ │ ├── SetConstructor.hx │ │ │ ├── SharedArrayBuffer.hx │ │ │ ├── StringConstructor.hx │ │ │ ├── SymbolConstructor.hx │ │ │ ├── SyntaxErrorConstructor.hx │ │ │ ├── TemplateStringsArray.hx │ │ │ ├── ThisType.hx │ │ │ ├── TypeErrorConstructor.hx │ │ │ ├── URIErrorConstructor.hx │ │ │ ├── Uint16ArrayConstructor.hx │ │ │ ├── Uint32ArrayConstructor.hx │ │ │ ├── Uint8ArrayConstructor.hx │ │ │ ├── WeakMapConstructor.hx │ │ │ ├── WeakMap_.hx │ │ │ ├── WeakSetConstructor.hx │ │ │ └── WeakSet_.hx │ ├── node │ │ ├── Assert.hx │ │ ├── Async_hooks.hx │ │ ├── Buffer.hx │ │ ├── Child_process.hx │ │ ├── Cluster.hx │ │ ├── Constants.hx │ │ ├── Crypto.hx │ │ ├── Dgram.hx │ │ ├── Dns.hx │ │ ├── Domain.hx │ │ ├── Events.hx │ │ ├── Fs.hx │ │ ├── Http.hx │ │ ├── Http2.hx │ │ ├── Https.hx │ │ ├── Inspector.hx │ │ ├── Module.hx │ │ ├── Net.hx │ │ ├── Os.hx │ │ ├── Path.hx │ │ ├── Perf_hooks.hx │ │ ├── Punycode.hx │ │ ├── Querystring.hx │ │ ├── Readline.hx │ │ ├── Repl.hx │ │ ├── Stream.hx │ │ ├── Timers.hx │ │ ├── Tls.hx │ │ ├── Trace_events.hx │ │ ├── Tty.hx │ │ ├── Url.hx │ │ ├── Util.hx │ │ ├── V8.hx │ │ ├── Vm.hx │ │ ├── Worker_threads.hx │ │ ├── Zlib.hx │ │ ├── assert │ │ │ └── AssertionError.hx │ │ ├── async_hooks │ │ │ ├── AsyncHook.hx │ │ │ ├── AsyncResource.hx │ │ │ ├── AsyncResourceOptions.hx │ │ │ └── HookCallbacks.hx │ │ ├── buffer │ │ │ ├── Buffer.hx │ │ │ ├── SlowBuffer.hx │ │ │ └── TranscodeEncoding.hx │ │ ├── child_process │ │ │ ├── ChildProcess.hx │ │ │ ├── CommonOptions.hx │ │ │ ├── Exec.hx │ │ │ ├── ExecException.hx │ │ │ ├── ExecFile.hx │ │ │ ├── ExecFileOptions.hx │ │ │ ├── ExecFileOptionsWithBufferEncoding.hx │ │ │ ├── ExecFileOptionsWithOtherEncoding.hx │ │ │ ├── ExecFileOptionsWithStringEncoding.hx │ │ │ ├── ExecFileSyncOptions.hx │ │ │ ├── ExecFileSyncOptionsWithBufferEncoding.hx │ │ │ ├── ExecFileSyncOptionsWithStringEncoding.hx │ │ │ ├── ExecOptions.hx │ │ │ ├── ExecOptionsWithBufferEncoding.hx │ │ │ ├── ExecOptionsWithStringEncoding.hx │ │ │ ├── ExecSyncOptions.hx │ │ │ ├── ExecSyncOptionsWithBufferEncoding.hx │ │ │ ├── ExecSyncOptionsWithStringEncoding.hx │ │ │ ├── ForkOptions.hx │ │ │ ├── MessageOptions.hx │ │ │ ├── ProcessEnvOptions.hx │ │ │ ├── SpawnOptions.hx │ │ │ ├── SpawnSyncOptions.hx │ │ │ ├── SpawnSyncOptionsWithBufferEncoding.hx │ │ │ ├── SpawnSyncOptionsWithStringEncoding.hx │ │ │ ├── SpawnSyncReturns.hx │ │ │ └── StdioOptions.hx │ │ ├── cluster │ │ │ ├── Address.hx │ │ │ ├── Cluster.hx │ │ │ ├── ClusterSettings.hx │ │ │ └── Worker.hx │ │ ├── crypto │ │ │ ├── BasePrivateKeyEncodingOptions.hx │ │ │ ├── Binary.hx │ │ │ ├── BinaryLike.hx │ │ │ ├── Certificate.hx │ │ │ ├── Cipher.hx │ │ │ ├── CipherCCM.hx │ │ │ ├── CipherCCMOptions.hx │ │ │ ├── CipherCCMTypes.hx │ │ │ ├── CipherGCM.hx │ │ │ ├── CipherGCMOptions.hx │ │ │ ├── CipherGCMTypes.hx │ │ │ ├── CipherKey.hx │ │ │ ├── Constants.hx │ │ │ ├── DSAKeyPairKeyObjectOptions.hx │ │ │ ├── DSAKeyPairOptions.hx │ │ │ ├── Decipher.hx │ │ │ ├── DecipherCCM.hx │ │ │ ├── DecipherGCM.hx │ │ │ ├── DiffieHellman.hx │ │ │ ├── ECDH.hx │ │ │ ├── ECDHKeyFormat.hx │ │ │ ├── ECKeyPairKeyObjectOptions.hx │ │ │ ├── ECKeyPairOptions.hx │ │ │ ├── GenerateKeyPair.hx │ │ │ ├── Hash.hx │ │ │ ├── HexBase64BinaryEncoding.hx │ │ │ ├── HexBase64Latin1Encoding.hx │ │ │ ├── Hmac.hx │ │ │ ├── ICertificate.hx │ │ │ ├── KeyFormat.hx │ │ │ ├── KeyLike.hx │ │ │ ├── KeyObject.hx │ │ │ ├── KeyObjectType.hx │ │ │ ├── KeyPairKeyObjectResult.hx │ │ │ ├── KeyPairSyncResult.hx │ │ │ ├── KeyType.hx │ │ │ ├── PrivateKeyInput.hx │ │ │ ├── PublicKeyInput.hx │ │ │ ├── RSAKeyPairKeyObjectOptions.hx │ │ │ ├── RSAKeyPairOptions.hx │ │ │ ├── RsaPrivateKey.hx │ │ │ ├── RsaPublicKey.hx │ │ │ ├── ScryptOptions.hx │ │ │ ├── SignPrivateKeyInput.hx │ │ │ ├── Signer.hx │ │ │ ├── Utf8AsciiBinaryEncoding.hx │ │ │ ├── Utf8AsciiLatin1Encoding.hx │ │ │ └── Verify.hx │ │ ├── dgram │ │ │ ├── BindOptions.hx │ │ │ ├── RemoteInfo.hx │ │ │ ├── Socket.hx │ │ │ ├── SocketOptions.hx │ │ │ └── SocketType.hx │ │ ├── dns │ │ │ ├── AnyARecord.hx │ │ │ ├── AnyAaaaRecord.hx │ │ │ ├── AnyCnameRecord.hx │ │ │ ├── AnyMxRecord.hx │ │ │ ├── AnyNaptrRecord.hx │ │ │ ├── AnyNsRecord.hx │ │ │ ├── AnyPtrRecord.hx │ │ │ ├── AnyRecord.hx │ │ │ ├── AnyRecordWithTtl.hx │ │ │ ├── AnySoaRecord.hx │ │ │ ├── AnySrvRecord.hx │ │ │ ├── AnyTxtRecord.hx │ │ │ ├── Lookup.hx │ │ │ ├── LookupAddress.hx │ │ │ ├── LookupAllOptions.hx │ │ │ ├── LookupOneOptions.hx │ │ │ ├── LookupOptions.hx │ │ │ ├── LookupService.hx │ │ │ ├── MxRecord.hx │ │ │ ├── NaptrRecord.hx │ │ │ ├── RecordWithTtl.hx │ │ │ ├── Resolve.hx │ │ │ ├── Resolve4.hx │ │ │ ├── Resolve6.hx │ │ │ ├── ResolveAny.hx │ │ │ ├── ResolveCname.hx │ │ │ ├── ResolveMx.hx │ │ │ ├── ResolveNaptr.hx │ │ │ ├── ResolveNs.hx │ │ │ ├── ResolveOptions.hx │ │ │ ├── ResolvePtr.hx │ │ │ ├── ResolveSoa.hx │ │ │ ├── ResolveSrv.hx │ │ │ ├── ResolveTxt.hx │ │ │ ├── ResolveWithTtlOptions.hx │ │ │ ├── Resolver.hx │ │ │ ├── SoaRecord.hx │ │ │ └── SrvRecord.hx │ │ ├── domain │ │ │ └── Domain.hx │ │ ├── events │ │ │ └── EventEmitter.hx │ │ ├── fs │ │ │ ├── Access.hx │ │ │ ├── AppendFile.hx │ │ │ ├── BinaryData.hx │ │ │ ├── Chmod.hx │ │ │ ├── Chown.hx │ │ │ ├── Close.hx │ │ │ ├── Constants.hx │ │ │ ├── CopyFile.hx │ │ │ ├── Dirent.hx │ │ │ ├── Exists.hx │ │ │ ├── FSWatcher.hx │ │ │ ├── Fchmod.hx │ │ │ ├── Fchown.hx │ │ │ ├── Fdatasync.hx │ │ │ ├── Fstat.hx │ │ │ ├── Fsync.hx │ │ │ ├── Ftruncate.hx │ │ │ ├── Futimes.hx │ │ │ ├── Lchmod.hx │ │ │ ├── Lchown.hx │ │ │ ├── Link.hx │ │ │ ├── Lstat.hx │ │ │ ├── MakeDirectoryOptions.hx │ │ │ ├── Mkdir.hx │ │ │ ├── Mkdtemp.hx │ │ │ ├── Open.hx │ │ │ ├── PathLike.hx │ │ │ ├── Promises.hx │ │ │ ├── Read.hx │ │ │ ├── ReadFile.hx │ │ │ ├── ReadStream.hx │ │ │ ├── Readdir.hx │ │ │ ├── Readlink.hx │ │ │ ├── Realpath.hx │ │ │ ├── RealpathSync.hx │ │ │ ├── Rename.hx │ │ │ ├── Rmdir.hx │ │ │ ├── Stat.hx │ │ │ ├── Stats.hx │ │ │ ├── Symlink.hx │ │ │ ├── Truncate.hx │ │ │ ├── Unlink.hx │ │ │ ├── Utimes.hx │ │ │ ├── Write.hx │ │ │ ├── WriteFile.hx │ │ │ ├── WriteFileOptions.hx │ │ │ ├── WriteStream.hx │ │ │ ├── promises │ │ │ │ └── FileHandle.hx │ │ │ └── symlink │ │ │ │ └── Type_.hx │ │ ├── http │ │ │ ├── Agent.hx │ │ │ ├── AgentOptions.hx │ │ │ ├── ClientRequest.hx │ │ │ ├── ClientRequestArgs.hx │ │ │ ├── IncomingHttpHeaders.hx │ │ │ ├── IncomingMessage.hx │ │ │ ├── OutgoingHttpHeaders.hx │ │ │ ├── OutgoingMessage.hx │ │ │ ├── RequestListener.hx │ │ │ ├── RequestOptions.hx │ │ │ ├── Server.hx │ │ │ ├── ServerOptions.hx │ │ │ └── ServerResponse.hx │ │ ├── http2 │ │ │ ├── AlternativeServiceOptions.hx │ │ │ ├── ClientHttp2Session.hx │ │ │ ├── ClientHttp2Stream.hx │ │ │ ├── ClientSessionOptions.hx │ │ │ ├── ClientSessionRequestOptions.hx │ │ │ ├── Constants.hx │ │ │ ├── Http2SecureServer.hx │ │ │ ├── Http2Server.hx │ │ │ ├── Http2ServerRequest.hx │ │ │ ├── Http2ServerResponse.hx │ │ │ ├── Http2Session.hx │ │ │ ├── Http2Stream.hx │ │ │ ├── IncomingHttpHeaders.hx │ │ │ ├── IncomingHttpStatusHeader.hx │ │ │ ├── SecureClientSessionOptions.hx │ │ │ ├── SecureServerOptions.hx │ │ │ ├── SecureServerSessionOptions.hx │ │ │ ├── ServerHttp2Session.hx │ │ │ ├── ServerHttp2Stream.hx │ │ │ ├── ServerOptions.hx │ │ │ ├── ServerSessionOptions.hx │ │ │ ├── ServerStreamFileResponseOptions.hx │ │ │ ├── ServerStreamFileResponseOptionsWithError.hx │ │ │ ├── ServerStreamResponseOptions.hx │ │ │ ├── SessionOptions.hx │ │ │ ├── SessionState.hx │ │ │ ├── Settings.hx │ │ │ ├── StatOptions.hx │ │ │ ├── StreamPriorityOptions.hx │ │ │ └── StreamState.hx │ │ ├── https │ │ │ ├── Agent.hx │ │ │ ├── AgentOptions.hx │ │ │ ├── RequestOptions.hx │ │ │ ├── Server.hx │ │ │ └── ServerOptions.hx │ │ ├── inspector │ │ │ ├── InspectorNotification.hx │ │ │ ├── Session.hx │ │ │ ├── console │ │ │ │ ├── ConsoleMessage.hx │ │ │ │ └── MessageAddedEventDataType.hx │ │ │ ├── debugger │ │ │ │ ├── BreakLocation.hx │ │ │ │ ├── BreakpointId.hx │ │ │ │ ├── BreakpointResolvedEventDataType.hx │ │ │ │ ├── CallFrame.hx │ │ │ │ ├── CallFrameId.hx │ │ │ │ ├── ContinueToLocationParameterType.hx │ │ │ │ ├── EnableReturnType.hx │ │ │ │ ├── EvaluateOnCallFrameParameterType.hx │ │ │ │ ├── EvaluateOnCallFrameReturnType.hx │ │ │ │ ├── GetPossibleBreakpointsParameterType.hx │ │ │ │ ├── GetPossibleBreakpointsReturnType.hx │ │ │ │ ├── GetScriptSourceParameterType.hx │ │ │ │ ├── GetScriptSourceReturnType.hx │ │ │ │ ├── GetStackTraceParameterType.hx │ │ │ │ ├── GetStackTraceReturnType.hx │ │ │ │ ├── Location.hx │ │ │ │ ├── PauseOnAsyncCallParameterType.hx │ │ │ │ ├── PausedEventDataType.hx │ │ │ │ ├── RemoveBreakpointParameterType.hx │ │ │ │ ├── RestartFrameParameterType.hx │ │ │ │ ├── RestartFrameReturnType.hx │ │ │ │ ├── Scope.hx │ │ │ │ ├── ScriptFailedToParseEventDataType.hx │ │ │ │ ├── ScriptParsedEventDataType.hx │ │ │ │ ├── ScriptPosition.hx │ │ │ │ ├── SearchInContentParameterType.hx │ │ │ │ ├── SearchInContentReturnType.hx │ │ │ │ ├── SearchMatch.hx │ │ │ │ ├── SetAsyncCallStackDepthParameterType.hx │ │ │ │ ├── SetBlackboxPatternsParameterType.hx │ │ │ │ ├── SetBlackboxedRangesParameterType.hx │ │ │ │ ├── SetBreakpointByUrlParameterType.hx │ │ │ │ ├── SetBreakpointByUrlReturnType.hx │ │ │ │ ├── SetBreakpointOnFunctionCallParameterType.hx │ │ │ │ ├── SetBreakpointOnFunctionCallReturnType.hx │ │ │ │ ├── SetBreakpointParameterType.hx │ │ │ │ ├── SetBreakpointReturnType.hx │ │ │ │ ├── SetBreakpointsActiveParameterType.hx │ │ │ │ ├── SetPauseOnExceptionsParameterType.hx │ │ │ │ ├── SetReturnValueParameterType.hx │ │ │ │ ├── SetScriptSourceParameterType.hx │ │ │ │ ├── SetScriptSourceReturnType.hx │ │ │ │ ├── SetSkipAllPausesParameterType.hx │ │ │ │ ├── SetVariableValueParameterType.hx │ │ │ │ └── StepIntoParameterType.hx │ │ │ ├── heapprofiler │ │ │ │ ├── AddHeapSnapshotChunkEventDataType.hx │ │ │ │ ├── AddInspectedHeapObjectParameterType.hx │ │ │ │ ├── GetHeapObjectIdParameterType.hx │ │ │ │ ├── GetHeapObjectIdReturnType.hx │ │ │ │ ├── GetObjectByHeapObjectIdParameterType.hx │ │ │ │ ├── GetObjectByHeapObjectIdReturnType.hx │ │ │ │ ├── GetSamplingProfileReturnType.hx │ │ │ │ ├── HeapSnapshotObjectId.hx │ │ │ │ ├── HeapStatsUpdateEventDataType.hx │ │ │ │ ├── LastSeenObjectIdEventDataType.hx │ │ │ │ ├── ReportHeapSnapshotProgressEventDataType.hx │ │ │ │ ├── SamplingHeapProfile.hx │ │ │ │ ├── SamplingHeapProfileNode.hx │ │ │ │ ├── StartSamplingParameterType.hx │ │ │ │ ├── StartTrackingHeapObjectsParameterType.hx │ │ │ │ ├── StopSamplingReturnType.hx │ │ │ │ ├── StopTrackingHeapObjectsParameterType.hx │ │ │ │ └── TakeHeapSnapshotParameterType.hx │ │ │ ├── nodetracing │ │ │ │ ├── DataCollectedEventDataType.hx │ │ │ │ ├── GetCategoriesReturnType.hx │ │ │ │ ├── StartParameterType.hx │ │ │ │ └── TraceConfig.hx │ │ │ ├── nodeworker │ │ │ │ ├── AttachedToWorkerEventDataType.hx │ │ │ │ ├── DetachedFromWorkerEventDataType.hx │ │ │ │ ├── EnableParameterType.hx │ │ │ │ ├── ReceivedMessageFromWorkerEventDataType.hx │ │ │ │ ├── SendMessageToWorkerParameterType.hx │ │ │ │ ├── SessionID.hx │ │ │ │ ├── WorkerID.hx │ │ │ │ └── WorkerInfo.hx │ │ │ ├── profiler │ │ │ │ ├── ConsoleProfileFinishedEventDataType.hx │ │ │ │ ├── ConsoleProfileStartedEventDataType.hx │ │ │ │ ├── CoverageRange.hx │ │ │ │ ├── FunctionCoverage.hx │ │ │ │ ├── GetBestEffortCoverageReturnType.hx │ │ │ │ ├── PositionTickInfo.hx │ │ │ │ ├── Profile.hx │ │ │ │ ├── ProfileNode.hx │ │ │ │ ├── ScriptCoverage.hx │ │ │ │ ├── ScriptTypeProfile.hx │ │ │ │ ├── SetSamplingIntervalParameterType.hx │ │ │ │ ├── StartPreciseCoverageParameterType.hx │ │ │ │ ├── StopReturnType.hx │ │ │ │ ├── TakePreciseCoverageReturnType.hx │ │ │ │ ├── TakeTypeProfileReturnType.hx │ │ │ │ ├── TypeObject.hx │ │ │ │ └── TypeProfileEntry.hx │ │ │ ├── runtime │ │ │ │ ├── AwaitPromiseParameterType.hx │ │ │ │ ├── AwaitPromiseReturnType.hx │ │ │ │ ├── CallArgument.hx │ │ │ │ ├── CallFrame.hx │ │ │ │ ├── CallFunctionOnParameterType.hx │ │ │ │ ├── CallFunctionOnReturnType.hx │ │ │ │ ├── CompileScriptParameterType.hx │ │ │ │ ├── CompileScriptReturnType.hx │ │ │ │ ├── ConsoleAPICalledEventDataType.hx │ │ │ │ ├── CustomPreview.hx │ │ │ │ ├── EntryPreview.hx │ │ │ │ ├── EvaluateParameterType.hx │ │ │ │ ├── EvaluateReturnType.hx │ │ │ │ ├── ExceptionDetails.hx │ │ │ │ ├── ExceptionRevokedEventDataType.hx │ │ │ │ ├── ExceptionThrownEventDataType.hx │ │ │ │ ├── ExecutionContextCreatedEventDataType.hx │ │ │ │ ├── ExecutionContextDescription.hx │ │ │ │ ├── ExecutionContextDestroyedEventDataType.hx │ │ │ │ ├── ExecutionContextId.hx │ │ │ │ ├── GetHeapUsageReturnType.hx │ │ │ │ ├── GetIsolateIdReturnType.hx │ │ │ │ ├── GetPropertiesParameterType.hx │ │ │ │ ├── GetPropertiesReturnType.hx │ │ │ │ ├── GlobalLexicalScopeNamesParameterType.hx │ │ │ │ ├── GlobalLexicalScopeNamesReturnType.hx │ │ │ │ ├── InspectRequestedEventDataType.hx │ │ │ │ ├── InternalPropertyDescriptor.hx │ │ │ │ ├── ObjectPreview.hx │ │ │ │ ├── PropertyDescriptor.hx │ │ │ │ ├── PropertyPreview.hx │ │ │ │ ├── QueryObjectsParameterType.hx │ │ │ │ ├── QueryObjectsReturnType.hx │ │ │ │ ├── ReleaseObjectGroupParameterType.hx │ │ │ │ ├── ReleaseObjectParameterType.hx │ │ │ │ ├── RemoteObject.hx │ │ │ │ ├── RemoteObjectId.hx │ │ │ │ ├── RunScriptParameterType.hx │ │ │ │ ├── RunScriptReturnType.hx │ │ │ │ ├── ScriptId.hx │ │ │ │ ├── SetCustomObjectFormatterEnabledParameterType.hx │ │ │ │ ├── StackTrace.hx │ │ │ │ ├── StackTraceId.hx │ │ │ │ ├── TimeDelta.hx │ │ │ │ ├── Timestamp.hx │ │ │ │ ├── UniqueDebuggerId.hx │ │ │ │ └── UnserializableValue.hx │ │ │ └── schema │ │ │ │ ├── Domain.hx │ │ │ │ └── GetDomainsReturnType.hx │ │ ├── net │ │ │ ├── AddressInfo.hx │ │ │ ├── IpcNetConnectOpts.hx │ │ │ ├── IpcSocketConnectOpts.hx │ │ │ ├── ListenOptions.hx │ │ │ ├── LookupFunction.hx │ │ │ ├── NetConnectOpts.hx │ │ │ ├── Server.hx │ │ │ ├── Socket.hx │ │ │ ├── SocketConnectOpts.hx │ │ │ ├── SocketConstructorOpts.hx │ │ │ ├── TcpNetConnectOpts.hx │ │ │ └── TcpSocketConnectOpts.hx │ │ ├── os │ │ │ ├── CpuInfo.hx │ │ │ ├── NetworkInterfaceBase.hx │ │ │ ├── NetworkInterfaceInfo.hx │ │ │ ├── NetworkInterfaceInfoIPv4.hx │ │ │ ├── NetworkInterfaceInfoIPv6.hx │ │ │ └── UserInfo.hx │ │ ├── path │ │ │ ├── FormatInputPathObject.hx │ │ │ ├── ParsedPath.hx │ │ │ ├── Posix.hx │ │ │ └── Win32.hx │ │ ├── perf_hooks │ │ │ ├── Constants.hx │ │ │ ├── EventLoopDelayMonitor.hx │ │ │ ├── EventLoopMonitorOptions.hx │ │ │ ├── Performance.hx │ │ │ ├── PerformanceEntry.hx │ │ │ ├── PerformanceNodeTiming.hx │ │ │ ├── PerformanceObserver.hx │ │ │ ├── PerformanceObserverCallback.hx │ │ │ └── PerformanceObserverEntryList.hx │ │ ├── punycode │ │ │ ├── IUcs2.hx │ │ │ └── Ucs2.hx │ │ ├── querystring │ │ │ ├── ParseOptions.hx │ │ │ ├── ParsedUrlQuery.hx │ │ │ └── StringifyOptions.hx │ │ ├── readline │ │ │ ├── AsyncCompleter.hx │ │ │ ├── Completer.hx │ │ │ ├── CompleterResult.hx │ │ │ ├── Interface.hx │ │ │ ├── Key.hx │ │ │ ├── ReadLine.hx │ │ │ └── ReadLineOptions.hx │ │ ├── repl │ │ │ ├── REPLCommand.hx │ │ │ ├── REPLCommandAction.hx │ │ │ ├── REPLEval.hx │ │ │ ├── REPLServer.hx │ │ │ ├── REPLWriter.hx │ │ │ ├── Recoverable.hx │ │ │ └── ReplOptions.hx │ │ ├── stream │ │ │ ├── Duplex.hx │ │ │ ├── DuplexOptions.hx │ │ │ ├── Finished.hx │ │ │ ├── PassThrough.hx │ │ │ ├── Pipe.hx │ │ │ ├── Pipeline.hx │ │ │ ├── Readable.hx │ │ │ ├── ReadableOptions.hx │ │ │ ├── Stream.hx │ │ │ ├── Transform.hx │ │ │ ├── TransformCallback.hx │ │ │ ├── TransformOptions.hx │ │ │ ├── Writable.hx │ │ │ └── WritableOptions.hx │ │ ├── string_decoder │ │ │ ├── NodeStringDecoder.hx │ │ │ └── StringDecoder.hx │ │ ├── timers │ │ │ ├── SetImmediate.hx │ │ │ └── SetTimeout.hx │ │ ├── tls │ │ │ ├── Certificate.hx │ │ │ ├── CipherNameAndProtocol.hx │ │ │ ├── ConnectionOptions.hx │ │ │ ├── DetailedPeerCertificate.hx │ │ │ ├── PeerCertificate.hx │ │ │ ├── SecureContext.hx │ │ │ ├── SecureContextOptions.hx │ │ │ ├── SecurePair.hx │ │ │ ├── SecureVersion.hx │ │ │ ├── Server.hx │ │ │ ├── TLSSocket.hx │ │ │ └── TlsOptions.hx │ │ ├── trace_events │ │ │ ├── CreateTracingOptions.hx │ │ │ └── Tracing.hx │ │ ├── tty │ │ │ ├── Direction.hx │ │ │ ├── ReadStream.hx │ │ │ └── WriteStream.hx │ │ ├── url │ │ │ ├── URL.hx │ │ │ ├── URLFormatOptions.hx │ │ │ ├── URLSearchParams.hx │ │ │ ├── UrlObject.hx │ │ │ ├── UrlObjectCommon.hx │ │ │ ├── UrlWithParsedQuery.hx │ │ │ ├── UrlWithStringQuery.hx │ │ │ └── Url_.hx │ │ ├── util │ │ │ ├── CustomPromisify.hx │ │ │ ├── Inspect.hx │ │ │ ├── InspectOptions.hx │ │ │ ├── Promisify.hx │ │ │ ├── TextDecoder.hx │ │ │ ├── TextEncoder.hx │ │ │ └── Types.hx │ │ ├── v8 │ │ │ ├── DoesZapCodeSpaceFlag.hx │ │ │ ├── HeapInfo.hx │ │ │ └── HeapSpaceInfo.hx │ │ ├── vm │ │ │ ├── BaseOptions.hx │ │ │ ├── CompileFunctionOptions.hx │ │ │ ├── Context.hx │ │ │ ├── RunningScriptOptions.hx │ │ │ ├── Script.hx │ │ │ └── ScriptOptions.hx │ │ ├── worker_threads │ │ │ ├── MessageChannel.hx │ │ │ ├── MessagePort.hx │ │ │ ├── Worker.hx │ │ │ └── WorkerOptions.hx │ │ └── zlib │ │ │ ├── BrotliCompress.hx │ │ │ ├── BrotliDecompress.hx │ │ │ ├── BrotliOptions.hx │ │ │ ├── CompressCallback.hx │ │ │ ├── Constants.hx │ │ │ ├── Deflate.hx │ │ │ ├── DeflateRaw.hx │ │ │ ├── Gunzip.hx │ │ │ ├── Gzip.hx │ │ │ ├── Inflate.hx │ │ │ ├── InflateRaw.hx │ │ │ ├── InputType.hx │ │ │ ├── Unzip.hx │ │ │ ├── Zlib.hx │ │ │ ├── ZlibOptions.hx │ │ │ ├── ZlibParams.hx │ │ │ └── ZlibReset.hx │ └── ts │ │ ├── AnyOf10.hx │ │ ├── AnyOf11.hx │ │ ├── AnyOf12.hx │ │ ├── AnyOf13.hx │ │ ├── AnyOf2.hx │ │ ├── AnyOf3.hx │ │ ├── AnyOf4.hx │ │ ├── AnyOf5.hx │ │ ├── AnyOf7.hx │ │ ├── AnyOf9.hx │ │ ├── Tuple1.hx │ │ ├── Tuple2.hx │ │ ├── Tuple5.hx │ │ └── Undefined.hx ├── qs │ ├── Qs.hx │ ├── README.md │ ├── global │ │ ├── Qs.hx │ │ └── qs │ │ │ ├── DefaultDecoder.hx │ │ │ ├── DefaultEncoder.hx │ │ │ ├── IParseOptions.hx │ │ │ ├── IStringifyOptions.hx │ │ │ ├── ParsedQs.hx │ │ │ └── PoorMansUnknown.hx │ ├── haxelib.json │ ├── qs │ │ ├── DefaultDecoder.hx │ │ ├── DefaultEncoder.hx │ │ ├── IParseOptions.hx │ │ ├── IStringifyOptions.hx │ │ ├── ParsedQs.hx │ │ └── PoorMansUnknown.hx │ └── ts │ │ ├── AnyOf2.hx │ │ └── AnyOf3.hx ├── range-parser │ ├── README.md │ ├── RangeParser.hx │ ├── haxelib.json │ ├── js │ │ └── lib │ │ │ ├── ConcatArray.hx │ │ │ ├── IterableIterator.hx │ │ │ ├── IteratorResult.hx │ │ │ ├── IteratorReturnResult.hx │ │ │ └── IteratorYieldResult.hx │ ├── range_parser │ │ ├── Options.hx │ │ ├── Range.hx │ │ ├── Ranges.hx │ │ ├── Result.hx │ │ ├── ResultInvalid.hx │ │ └── ResultUnsatisfiable.hx │ └── ts │ │ ├── AnyOf2.hx │ │ ├── Tuple1.hx │ │ └── Tuple2.hx ├── serve-static │ ├── README.md │ ├── ServeStatic.hx │ ├── haxelib.json │ ├── serve_static │ │ └── ServeStaticOptions.hx │ └── ts │ │ ├── AnyOf2.hx │ │ └── AnyOf3.hx ├── sizzle │ ├── README.md │ ├── Sizzle.hx │ ├── global │ │ ├── SizzleGlobal.hx │ │ └── sizzle │ │ │ ├── Selectors.hx │ │ │ └── selectors │ │ │ ├── AttrHandleFunction.hx │ │ │ ├── AttrHandleFunctions.hx │ │ │ ├── CreatePseudoFunction.hx │ │ │ ├── FilterFunction.hx │ │ │ ├── FilterFunctions.hx │ │ │ ├── FindFunction.hx │ │ │ ├── FindFunctions.hx │ │ │ ├── Matches.hx │ │ │ ├── PreFilterFunction.hx │ │ │ ├── PreFilterFunctions.hx │ │ │ ├── PseudoFunction.hx │ │ │ ├── PseudoFunctions.hx │ │ │ ├── SetFilterFunction.hx │ │ │ └── SetFilterFunctions.hx │ ├── haxelib.json │ ├── js │ │ └── lib │ │ │ ├── ConcatArray.hx │ │ │ ├── IterableIterator.hx │ │ │ ├── IteratorResult.hx │ │ │ ├── IteratorReturnResult.hx │ │ │ ├── IteratorYieldResult.hx │ │ │ └── RegExpMatchArray.hx │ ├── sizzle │ │ ├── Selectors.hx │ │ ├── SizzleStatic.hx │ │ └── selectors │ │ │ ├── AttrHandleFunction.hx │ │ │ ├── AttrHandleFunctions.hx │ │ │ ├── CreatePseudoFunction.hx │ │ │ ├── FilterFunction.hx │ │ │ ├── FilterFunctions.hx │ │ │ ├── FindFunction.hx │ │ │ ├── FindFunctions.hx │ │ │ ├── Matches.hx │ │ │ ├── PreFilterFunction.hx │ │ │ ├── PreFilterFunctions.hx │ │ │ ├── PseudoFunction.hx │ │ │ ├── PseudoFunctions.hx │ │ │ ├── SetFilterFunction.hx │ │ │ └── SetFilterFunctions.hx │ └── ts │ │ ├── AnyOf2.hx │ │ ├── AnyOf3.hx │ │ ├── Tuple1.hx │ │ ├── Tuple2.hx │ │ └── Undefined.hx ├── three │ ├── README.md │ ├── Three.hx │ ├── global │ │ ├── THREE.hx │ │ └── three │ │ │ ├── AmbientLight.hx │ │ │ ├── AmbientLightProbe.hx │ │ │ ├── AnimationAction.hx │ │ │ ├── AnimationActionLoopStyles.hx │ │ │ ├── AnimationClip.hx │ │ │ ├── AnimationLoader.hx │ │ │ ├── AnimationMixer.hx │ │ │ ├── AnimationObjectGroup.hx │ │ │ ├── AnimationUtils.hx │ │ │ ├── AnyLoader.hx │ │ │ ├── ArcCurve.hx │ │ │ ├── ArrayCamera.hx │ │ │ ├── ArrowHelper.hx │ │ │ ├── Audio.hx │ │ │ ├── AudioAnalyser.hx │ │ │ ├── AudioBuffer.hx │ │ │ ├── AudioListener.hx │ │ │ ├── AudioLoader.hx │ │ │ ├── AxesHelper.hx │ │ │ ├── Blending.hx │ │ │ ├── BlendingDstFactor.hx │ │ │ ├── BlendingEquation.hx │ │ │ ├── BlendingSrcFactor.hx │ │ │ ├── Bone.hx │ │ │ ├── BooleanKeyframeTrack.hx │ │ │ ├── Box2.hx │ │ │ ├── Box3.hx │ │ │ ├── Box3Helper.hx │ │ │ ├── BoxBufferGeometry.hx │ │ │ ├── BoxGeometry.hx │ │ │ ├── BoxHelper.hx │ │ │ ├── BufferAttribute.hx │ │ │ ├── BufferGeometry.hx │ │ │ ├── BufferGeometryLoader.hx │ │ │ ├── BufferGeometryUtils.hx │ │ │ ├── Cache.hx │ │ │ ├── Camera.hx │ │ │ ├── CameraHelper.hx │ │ │ ├── CanvasTexture.hx │ │ │ ├── CatmullRomCurve3.hx │ │ │ ├── CircleBufferGeometry.hx │ │ │ ├── CircleGeometry.hx │ │ │ ├── Clock.hx │ │ │ ├── Color.hx │ │ │ ├── ColorKeyframeTrack.hx │ │ │ ├── ColorKeywords.hx │ │ │ ├── Colors.hx │ │ │ ├── Combine.hx │ │ │ ├── CompressedPixelFormat.hx │ │ │ ├── CompressedTexture.hx │ │ │ ├── CompressedTextureLoader.hx │ │ │ ├── ConeBufferGeometry.hx │ │ │ ├── ConeGeometry.hx │ │ │ ├── CubeCamera.hx │ │ │ ├── CubeTexture.hx │ │ │ ├── CubeTextureLoader.hx │ │ │ ├── CubicBezierCurve.hx │ │ │ ├── CubicBezierCurve3.hx │ │ │ ├── CubicInterpolant.hx │ │ │ ├── CullFace.hx │ │ │ ├── Curve.hx │ │ │ ├── CurvePath.hx │ │ │ ├── CurveUtils.hx │ │ │ ├── CylinderBufferGeometry.hx │ │ │ ├── CylinderGeometry.hx │ │ │ ├── Cylindrical.hx │ │ │ ├── DataTexture.hx │ │ │ ├── DataTexture3D.hx │ │ │ ├── DataTextureLoader.hx │ │ │ ├── DepthModes.hx │ │ │ ├── DepthPackingStrategies.hx │ │ │ ├── DepthTexture.hx │ │ │ ├── DirectGeometry.hx │ │ │ ├── DirectionalLight.hx │ │ │ ├── DirectionalLightHelper.hx │ │ │ ├── DirectionalLightShadow.hx │ │ │ ├── DiscreteInterpolant.hx │ │ │ ├── DodecahedronBufferGeometry.hx │ │ │ ├── DodecahedronGeometry.hx │ │ │ ├── EdgesGeometry.hx │ │ │ ├── EllipseCurve.hx │ │ │ ├── Euler.hx │ │ │ ├── Event.hx │ │ │ ├── EventDispatcher.hx │ │ │ ├── ExtrudeBufferGeometry.hx │ │ │ ├── ExtrudeGeometry.hx │ │ │ ├── ExtrudeGeometryOptions.hx │ │ │ ├── Face3.hx │ │ │ ├── FaceNormalsHelper.hx │ │ │ ├── FileLoader.hx │ │ │ ├── Float32Attribute.hx │ │ │ ├── Float32BufferAttribute.hx │ │ │ ├── Float64Attribute.hx │ │ │ ├── Float64BufferAttribute.hx │ │ │ ├── Fog.hx │ │ │ ├── FogExp2.hx │ │ │ ├── Font.hx │ │ │ ├── FontLoader.hx │ │ │ ├── FrontFaceDirection.hx │ │ │ ├── Frustum.hx │ │ │ ├── Geometry.hx │ │ │ ├── GeometryUtils.hx │ │ │ ├── GridHelper.hx │ │ │ ├── Group.hx │ │ │ ├── HSL.hx │ │ │ ├── HemisphereLight.hx │ │ │ ├── HemisphereLightHelper.hx │ │ │ ├── HemisphereLightProbe.hx │ │ │ ├── IFog.hx │ │ │ ├── IUniform.hx │ │ │ ├── IcosahedronBufferGeometry.hx │ │ │ ├── IcosahedronGeometry.hx │ │ │ ├── ImageBitmapLoader.hx │ │ │ ├── ImageLoader.hx │ │ │ ├── ImageUtils.hx │ │ │ ├── ImmediateRenderObject.hx │ │ │ ├── InstancedBufferAttribute.hx │ │ │ ├── InstancedBufferGeometry.hx │ │ │ ├── InstancedInterleavedBuffer.hx │ │ │ ├── Int16Attribute.hx │ │ │ ├── Int16BufferAttribute.hx │ │ │ ├── Int32Attribute.hx │ │ │ ├── Int32BufferAttribute.hx │ │ │ ├── Int8Attribute.hx │ │ │ ├── Int8BufferAttribute.hx │ │ │ ├── InterleavedBuffer.hx │ │ │ ├── InterleavedBufferAttribute.hx │ │ │ ├── Interpolant.hx │ │ │ ├── InterpolationEndingModes.hx │ │ │ ├── InterpolationModes.hx │ │ │ ├── Intersection.hx │ │ │ ├── JSONLoader.hx │ │ │ ├── KeyframeTrack.hx │ │ │ ├── LOD.hx │ │ │ ├── LatheBufferGeometry.hx │ │ │ ├── LatheGeometry.hx │ │ │ ├── Layers.hx │ │ │ ├── Light.hx │ │ │ ├── LightProbe.hx │ │ │ ├── LightShadow.hx │ │ │ ├── Line.hx │ │ │ ├── Line3.hx │ │ │ ├── LineBasicMaterial.hx │ │ │ ├── LineBasicMaterialParameters.hx │ │ │ ├── LineCurve.hx │ │ │ ├── LineCurve3.hx │ │ │ ├── LineDashedMaterial.hx │ │ │ ├── LineDashedMaterialParameters.hx │ │ │ ├── LineLoop.hx │ │ │ ├── LineSegments.hx │ │ │ ├── LinearInterpolant.hx │ │ │ ├── Loader.hx │ │ │ ├── LoaderHandler.hx │ │ │ ├── LoaderUtils.hx │ │ │ ├── LoadingManager.hx │ │ │ ├── MOUSE.hx │ │ │ ├── Mapping.hx │ │ │ ├── Material.hx │ │ │ ├── MaterialLoader.hx │ │ │ ├── MaterialParameters.hx │ │ │ ├── Math_.hx │ │ │ ├── Matrix.hx │ │ │ ├── Matrix3.hx │ │ │ ├── Matrix4.hx │ │ │ ├── Mesh.hx │ │ │ ├── MeshBasicMaterial.hx │ │ │ ├── MeshBasicMaterialParameters.hx │ │ │ ├── MeshDepthMaterial.hx │ │ │ ├── MeshDepthMaterialParameters.hx │ │ │ ├── MeshDistanceMaterial.hx │ │ │ ├── MeshDistanceMaterialParameters.hx │ │ │ ├── MeshLambertMaterial.hx │ │ │ ├── MeshLambertMaterialParameters.hx │ │ │ ├── MeshMatcapMaterial.hx │ │ │ ├── MeshMatcapMaterialParameters.hx │ │ │ ├── MeshNormalMaterial.hx │ │ │ ├── MeshNormalMaterialParameters.hx │ │ │ ├── MeshPhongMaterial.hx │ │ │ ├── MeshPhongMaterialParameters.hx │ │ │ ├── MeshPhysicalMaterial.hx │ │ │ ├── MeshPhysicalMaterialParameters.hx │ │ │ ├── MeshStandardMaterial.hx │ │ │ ├── MeshStandardMaterialParameters.hx │ │ │ ├── MeshToonMaterial.hx │ │ │ ├── MeshToonMaterialParameters.hx │ │ │ ├── MorphColor.hx │ │ │ ├── MorphNormals.hx │ │ │ ├── MorphTarget.hx │ │ │ ├── MultiMaterial.hx │ │ │ ├── NormalMapTypes.hx │ │ │ ├── NumberKeyframeTrack.hx │ │ │ ├── Object3D.hx │ │ │ ├── ObjectLoader.hx │ │ │ ├── OctahedronBufferGeometry.hx │ │ │ ├── OctahedronGeometry.hx │ │ │ ├── OrthographicCamera.hx │ │ │ ├── ParametricBufferGeometry.hx │ │ │ ├── ParametricGeometry.hx │ │ │ ├── Path.hx │ │ │ ├── PathAction.hx │ │ │ ├── PathActions.hx │ │ │ ├── PerspectiveCamera.hx │ │ │ ├── PixelFormat.hx │ │ │ ├── PixelType.hx │ │ │ ├── Plane.hx │ │ │ ├── PlaneBufferGeometry.hx │ │ │ ├── PlaneGeometry.hx │ │ │ ├── PlaneHelper.hx │ │ │ ├── PointLight.hx │ │ │ ├── PointLightHelper.hx │ │ │ ├── PointLightShadow.hx │ │ │ ├── Points.hx │ │ │ ├── PointsMaterial.hx │ │ │ ├── PointsMaterialParameters.hx │ │ │ ├── PolarGridHelper.hx │ │ │ ├── PolyhedronBufferGeometry.hx │ │ │ ├── PolyhedronGeometry.hx │ │ │ ├── PositionalAudio.hx │ │ │ ├── PositionalAudioHelper.hx │ │ │ ├── PropertyBinding.hx │ │ │ ├── PropertyMixer.hx │ │ │ ├── QuadraticBezierCurve.hx │ │ │ ├── QuadraticBezierCurve3.hx │ │ │ ├── Quaternion.hx │ │ │ ├── QuaternionKeyframeTrack.hx │ │ │ ├── QuaternionLinearInterpolant.hx │ │ │ ├── RawShaderMaterial.hx │ │ │ ├── Ray.hx │ │ │ ├── Raycaster.hx │ │ │ ├── RaycasterParameters.hx │ │ │ ├── RectAreaLight.hx │ │ │ ├── RectAreaLightHelper.hx │ │ │ ├── RenderItem.hx │ │ │ ├── RenderTarget.hx │ │ │ ├── Renderer.hx │ │ │ ├── RingBufferGeometry.hx │ │ │ ├── RingGeometry.hx │ │ │ ├── Scene.hx │ │ │ ├── SceneUtils.hx │ │ │ ├── Shader.hx │ │ │ ├── ShaderMaterial.hx │ │ │ ├── ShaderMaterialParameters.hx │ │ │ ├── Shading.hx │ │ │ ├── ShadowMapType.hx │ │ │ ├── ShadowMaterial.hx │ │ │ ├── Shape.hx │ │ │ ├── ShapeBufferGeometry.hx │ │ │ ├── ShapeGeometry.hx │ │ │ ├── ShapePath.hx │ │ │ ├── ShapeUtils.hx │ │ │ ├── Side.hx │ │ │ ├── Skeleton.hx │ │ │ ├── SkeletonHelper.hx │ │ │ ├── SkinnedMesh.hx │ │ │ ├── Sphere.hx │ │ │ ├── SphereBufferGeometry.hx │ │ │ ├── SphereGeometry.hx │ │ │ ├── Spherical.hx │ │ │ ├── SphericalHarmonics3.hx │ │ │ ├── SplineControlPoint.hx │ │ │ ├── SplineCurve.hx │ │ │ ├── SpotLight.hx │ │ │ ├── SpotLightHelper.hx │ │ │ ├── SpotLightShadow.hx │ │ │ ├── Sprite.hx │ │ │ ├── SpriteMaterial.hx │ │ │ ├── SpriteMaterialParameters.hx │ │ │ ├── StencilFunc.hx │ │ │ ├── StencilOp.hx │ │ │ ├── StereoCamera.hx │ │ │ ├── StringKeyframeTrack.hx │ │ │ ├── TOUCH.hx │ │ │ ├── TetrahedronBufferGeometry.hx │ │ │ ├── TetrahedronGeometry.hx │ │ │ ├── TextBufferGeometry.hx │ │ │ ├── TextGeometry.hx │ │ │ ├── TextGeometryParameters.hx │ │ │ ├── Texture.hx │ │ │ ├── TextureDataType.hx │ │ │ ├── TextureEncoding.hx │ │ │ ├── TextureFilter.hx │ │ │ ├── TextureLoader.hx │ │ │ ├── ToneMapping.hx │ │ │ ├── TorusBufferGeometry.hx │ │ │ ├── TorusGeometry.hx │ │ │ ├── TorusKnotBufferGeometry.hx │ │ │ ├── TorusKnotGeometry.hx │ │ │ ├── Triangle.hx │ │ │ ├── TrianglesDrawModes.hx │ │ │ ├── TubeBufferGeometry.hx │ │ │ ├── TubeGeometry.hx │ │ │ ├── TypedArray.hx │ │ │ ├── UVGenerator.hx │ │ │ ├── Uint16Attribute.hx │ │ │ ├── Uint16BufferAttribute.hx │ │ │ ├── Uint32Attribute.hx │ │ │ ├── Uint32BufferAttribute.hx │ │ │ ├── Uint8Attribute.hx │ │ │ ├── Uint8BufferAttribute.hx │ │ │ ├── Uint8ClampedAttribute.hx │ │ │ ├── Uint8ClampedBufferAttribute.hx │ │ │ ├── Uniform.hx │ │ │ ├── UniformsUtils.hx │ │ │ ├── Vec2.hx │ │ │ ├── Vector.hx │ │ │ ├── Vector2.hx │ │ │ ├── Vector3.hx │ │ │ ├── Vector4.hx │ │ │ ├── VectorKeyframeTrack.hx │ │ │ ├── VertexNormalsHelper.hx │ │ │ ├── VideoTexture.hx │ │ │ ├── WebGLBufferRenderer.hx │ │ │ ├── WebGLCapabilities.hx │ │ │ ├── WebGLCapabilitiesParameters.hx │ │ │ ├── WebGLClipping.hx │ │ │ ├── WebGLColorBuffer.hx │ │ │ ├── WebGLDebug.hx │ │ │ ├── WebGLDepthBuffer.hx │ │ │ ├── WebGLExtensions.hx │ │ │ ├── WebGLGeometries.hx │ │ │ ├── WebGLIndexedBufferRenderer.hx │ │ │ ├── WebGLInfo.hx │ │ │ ├── WebGLLights.hx │ │ │ ├── WebGLMultisampleRenderTarget.hx │ │ │ ├── WebGLObjects.hx │ │ │ ├── WebGLProgram.hx │ │ │ ├── WebGLPrograms.hx │ │ │ ├── WebGLProperties.hx │ │ │ ├── WebGLRenderList.hx │ │ │ ├── WebGLRenderLists.hx │ │ │ ├── WebGLRenderTarget.hx │ │ │ ├── WebGLRenderTargetCube.hx │ │ │ ├── WebGLRenderTargetOptions.hx │ │ │ ├── WebGLRenderer.hx │ │ │ ├── WebGLRendererParameters.hx │ │ │ ├── WebGLShader.hx │ │ │ ├── WebGLShadowMap.hx │ │ │ ├── WebGLState.hx │ │ │ ├── WebGLStencilBuffer.hx │ │ │ ├── WebGLTextures.hx │ │ │ ├── WebGLUniforms.hx │ │ │ ├── WebVRManager.hx │ │ │ ├── WireframeGeometry.hx │ │ │ ├── Wrapping.hx │ │ │ └── propertybinding │ │ │ └── Composite.hx │ ├── haxelib.json │ ├── js │ │ ├── html │ │ │ ├── EventListenerObject.hx │ │ │ ├── EventListenerOrEventListenerObject.hx │ │ │ ├── FrameRequestCallback.hx │ │ │ ├── IProgressEvent.hx │ │ │ ├── IVRDisplay.hx │ │ │ ├── IVRDisplayCapabilities.hx │ │ │ ├── IVREyeParameters.hx │ │ │ ├── IVRFieldOfView.hx │ │ │ ├── IVRFrameData.hx │ │ │ ├── IVRPose.hx │ │ │ ├── ProgressEvent_.hx │ │ │ ├── VRDisplay.hx │ │ │ ├── VRDisplayCapabilities.hx │ │ │ ├── VREyeParameters.hx │ │ │ ├── VRFieldOfView.hx │ │ │ ├── VRFrameData.hx │ │ │ ├── VRLayer.hx │ │ │ ├── VRPose.hx │ │ │ └── VRStageParameters.hx │ │ └── lib │ │ │ └── ArrayLike.hx │ ├── three │ │ ├── AmbientLight.hx │ │ ├── AmbientLightProbe.hx │ │ ├── AnimationAction.hx │ │ ├── AnimationActionLoopStyles.hx │ │ ├── AnimationClip.hx │ │ ├── AnimationLoader.hx │ │ ├── AnimationMixer.hx │ │ ├── AnimationObjectGroup.hx │ │ ├── AnimationUtils.hx │ │ ├── AnyLoader.hx │ │ ├── ArcCurve.hx │ │ ├── ArrayCamera.hx │ │ ├── ArrowHelper.hx │ │ ├── Audio.hx │ │ ├── AudioAnalyser.hx │ │ ├── AudioBuffer.hx │ │ ├── AudioListener.hx │ │ ├── AudioLoader.hx │ │ ├── AxesHelper.hx │ │ ├── Blending.hx │ │ ├── BlendingDstFactor.hx │ │ ├── BlendingEquation.hx │ │ ├── BlendingSrcFactor.hx │ │ ├── Bone.hx │ │ ├── BooleanKeyframeTrack.hx │ │ ├── Box2.hx │ │ ├── Box3.hx │ │ ├── Box3Helper.hx │ │ ├── BoxBufferGeometry.hx │ │ ├── BoxGeometry.hx │ │ ├── BoxHelper.hx │ │ ├── BufferAttribute.hx │ │ ├── BufferGeometry.hx │ │ ├── BufferGeometryLoader.hx │ │ ├── BufferGeometryUtils.hx │ │ ├── Cache.hx │ │ ├── Camera.hx │ │ ├── CameraHelper.hx │ │ ├── CanvasTexture.hx │ │ ├── CatmullRomCurve3.hx │ │ ├── CircleBufferGeometry.hx │ │ ├── CircleGeometry.hx │ │ ├── Clock.hx │ │ ├── Color.hx │ │ ├── ColorKeyframeTrack.hx │ │ ├── ColorKeywords.hx │ │ ├── Colors.hx │ │ ├── Combine.hx │ │ ├── CompressedPixelFormat.hx │ │ ├── CompressedTexture.hx │ │ ├── CompressedTextureLoader.hx │ │ ├── ConeBufferGeometry.hx │ │ ├── ConeGeometry.hx │ │ ├── CubeCamera.hx │ │ ├── CubeTexture.hx │ │ ├── CubeTextureLoader.hx │ │ ├── CubicBezierCurve.hx │ │ ├── CubicBezierCurve3.hx │ │ ├── CubicInterpolant.hx │ │ ├── CullFace.hx │ │ ├── Curve.hx │ │ ├── CurvePath.hx │ │ ├── CurveUtils.hx │ │ ├── CylinderBufferGeometry.hx │ │ ├── CylinderGeometry.hx │ │ ├── Cylindrical.hx │ │ ├── DataTexture.hx │ │ ├── DataTexture3D.hx │ │ ├── DataTextureLoader.hx │ │ ├── DepthModes.hx │ │ ├── DepthPackingStrategies.hx │ │ ├── DepthTexture.hx │ │ ├── DirectGeometry.hx │ │ ├── DirectionalLight.hx │ │ ├── DirectionalLightHelper.hx │ │ ├── DirectionalLightShadow.hx │ │ ├── DiscreteInterpolant.hx │ │ ├── DodecahedronBufferGeometry.hx │ │ ├── DodecahedronGeometry.hx │ │ ├── EdgesGeometry.hx │ │ ├── EllipseCurve.hx │ │ ├── Euler.hx │ │ ├── Event.hx │ │ ├── EventDispatcher.hx │ │ ├── ExtrudeBufferGeometry.hx │ │ ├── ExtrudeGeometry.hx │ │ ├── ExtrudeGeometryOptions.hx │ │ ├── Face3.hx │ │ ├── FaceNormalsHelper.hx │ │ ├── FileLoader.hx │ │ ├── Float32Attribute.hx │ │ ├── Float32BufferAttribute.hx │ │ ├── Float64Attribute.hx │ │ ├── Float64BufferAttribute.hx │ │ ├── Fog.hx │ │ ├── FogExp2.hx │ │ ├── Font.hx │ │ ├── FontLoader.hx │ │ ├── FrontFaceDirection.hx │ │ ├── Frustum.hx │ │ ├── Geometry.hx │ │ ├── GeometryUtils.hx │ │ ├── GridHelper.hx │ │ ├── Group.hx │ │ ├── HSL.hx │ │ ├── HemisphereLight.hx │ │ ├── HemisphereLightHelper.hx │ │ ├── HemisphereLightProbe.hx │ │ ├── IFog.hx │ │ ├── IUniform.hx │ │ ├── IcosahedronBufferGeometry.hx │ │ ├── IcosahedronGeometry.hx │ │ ├── ImageBitmapLoader.hx │ │ ├── ImageLoader.hx │ │ ├── ImageUtils.hx │ │ ├── ImmediateRenderObject.hx │ │ ├── InstancedBufferAttribute.hx │ │ ├── InstancedBufferGeometry.hx │ │ ├── InstancedInterleavedBuffer.hx │ │ ├── Int16Attribute.hx │ │ ├── Int16BufferAttribute.hx │ │ ├── Int32Attribute.hx │ │ ├── Int32BufferAttribute.hx │ │ ├── Int8Attribute.hx │ │ ├── Int8BufferAttribute.hx │ │ ├── InterleavedBuffer.hx │ │ ├── InterleavedBufferAttribute.hx │ │ ├── Interpolant.hx │ │ ├── InterpolationEndingModes.hx │ │ ├── InterpolationModes.hx │ │ ├── Intersection.hx │ │ ├── JSONLoader.hx │ │ ├── KeyframeTrack.hx │ │ ├── LOD.hx │ │ ├── LatheBufferGeometry.hx │ │ ├── LatheGeometry.hx │ │ ├── Layers.hx │ │ ├── Light.hx │ │ ├── LightProbe.hx │ │ ├── LightShadow.hx │ │ ├── Line.hx │ │ ├── Line3.hx │ │ ├── LineBasicMaterial.hx │ │ ├── LineBasicMaterialParameters.hx │ │ ├── LineCurve.hx │ │ ├── LineCurve3.hx │ │ ├── LineDashedMaterial.hx │ │ ├── LineDashedMaterialParameters.hx │ │ ├── LineLoop.hx │ │ ├── LineSegments.hx │ │ ├── LinearInterpolant.hx │ │ ├── Loader.hx │ │ ├── LoaderHandler.hx │ │ ├── LoaderUtils.hx │ │ ├── LoadingManager.hx │ │ ├── MOUSE.hx │ │ ├── Mapping.hx │ │ ├── Material.hx │ │ ├── MaterialLoader.hx │ │ ├── MaterialParameters.hx │ │ ├── Math_.hx │ │ ├── Matrix.hx │ │ ├── Matrix3.hx │ │ ├── Matrix4.hx │ │ ├── Mesh.hx │ │ ├── MeshBasicMaterial.hx │ │ ├── MeshBasicMaterialParameters.hx │ │ ├── MeshDepthMaterial.hx │ │ ├── MeshDepthMaterialParameters.hx │ │ ├── MeshDistanceMaterial.hx │ │ ├── MeshDistanceMaterialParameters.hx │ │ ├── MeshLambertMaterial.hx │ │ ├── MeshLambertMaterialParameters.hx │ │ ├── MeshMatcapMaterial.hx │ │ ├── MeshMatcapMaterialParameters.hx │ │ ├── MeshNormalMaterial.hx │ │ ├── MeshNormalMaterialParameters.hx │ │ ├── MeshPhongMaterial.hx │ │ ├── MeshPhongMaterialParameters.hx │ │ ├── MeshPhysicalMaterial.hx │ │ ├── MeshPhysicalMaterialParameters.hx │ │ ├── MeshStandardMaterial.hx │ │ ├── MeshStandardMaterialParameters.hx │ │ ├── MeshToonMaterial.hx │ │ ├── MeshToonMaterialParameters.hx │ │ ├── MorphColor.hx │ │ ├── MorphNormals.hx │ │ ├── MorphTarget.hx │ │ ├── MultiMaterial.hx │ │ ├── NormalMapTypes.hx │ │ ├── NumberKeyframeTrack.hx │ │ ├── Object3D.hx │ │ ├── ObjectLoader.hx │ │ ├── OctahedronBufferGeometry.hx │ │ ├── OctahedronGeometry.hx │ │ ├── OrthographicCamera.hx │ │ ├── ParametricBufferGeometry.hx │ │ ├── ParametricGeometry.hx │ │ ├── Path.hx │ │ ├── PathAction.hx │ │ ├── PathActions.hx │ │ ├── PerspectiveCamera.hx │ │ ├── PixelFormat.hx │ │ ├── PixelType.hx │ │ ├── Plane.hx │ │ ├── PlaneBufferGeometry.hx │ │ ├── PlaneGeometry.hx │ │ ├── PlaneHelper.hx │ │ ├── PointLight.hx │ │ ├── PointLightHelper.hx │ │ ├── PointLightShadow.hx │ │ ├── Points.hx │ │ ├── PointsMaterial.hx │ │ ├── PointsMaterialParameters.hx │ │ ├── PolarGridHelper.hx │ │ ├── PolyhedronBufferGeometry.hx │ │ ├── PolyhedronGeometry.hx │ │ ├── PositionalAudio.hx │ │ ├── PositionalAudioHelper.hx │ │ ├── PropertyBinding.hx │ │ ├── PropertyMixer.hx │ │ ├── QuadraticBezierCurve.hx │ │ ├── QuadraticBezierCurve3.hx │ │ ├── Quaternion.hx │ │ ├── QuaternionKeyframeTrack.hx │ │ ├── QuaternionLinearInterpolant.hx │ │ ├── RawShaderMaterial.hx │ │ ├── Ray.hx │ │ ├── Raycaster.hx │ │ ├── RaycasterParameters.hx │ │ ├── RectAreaLight.hx │ │ ├── RectAreaLightHelper.hx │ │ ├── RenderItem.hx │ │ ├── RenderTarget.hx │ │ ├── Renderer.hx │ │ ├── RingBufferGeometry.hx │ │ ├── RingGeometry.hx │ │ ├── Scene.hx │ │ ├── SceneUtils.hx │ │ ├── Shader.hx │ │ ├── ShaderMaterial.hx │ │ ├── ShaderMaterialParameters.hx │ │ ├── Shading.hx │ │ ├── ShadowMapType.hx │ │ ├── ShadowMaterial.hx │ │ ├── Shape.hx │ │ ├── ShapeBufferGeometry.hx │ │ ├── ShapeGeometry.hx │ │ ├── ShapePath.hx │ │ ├── ShapeUtils.hx │ │ ├── Side.hx │ │ ├── Skeleton.hx │ │ ├── SkeletonHelper.hx │ │ ├── SkinnedMesh.hx │ │ ├── Sphere.hx │ │ ├── SphereBufferGeometry.hx │ │ ├── SphereGeometry.hx │ │ ├── Spherical.hx │ │ ├── SphericalHarmonics3.hx │ │ ├── SplineControlPoint.hx │ │ ├── SplineCurve.hx │ │ ├── SpotLight.hx │ │ ├── SpotLightHelper.hx │ │ ├── SpotLightShadow.hx │ │ ├── Sprite.hx │ │ ├── SpriteMaterial.hx │ │ ├── SpriteMaterialParameters.hx │ │ ├── StencilFunc.hx │ │ ├── StencilOp.hx │ │ ├── StereoCamera.hx │ │ ├── StringKeyframeTrack.hx │ │ ├── TOUCH.hx │ │ ├── TetrahedronBufferGeometry.hx │ │ ├── TetrahedronGeometry.hx │ │ ├── TextBufferGeometry.hx │ │ ├── TextGeometry.hx │ │ ├── TextGeometryParameters.hx │ │ ├── Texture.hx │ │ ├── TextureDataType.hx │ │ ├── TextureEncoding.hx │ │ ├── TextureFilter.hx │ │ ├── TextureLoader.hx │ │ ├── ToneMapping.hx │ │ ├── TorusBufferGeometry.hx │ │ ├── TorusGeometry.hx │ │ ├── TorusKnotBufferGeometry.hx │ │ ├── TorusKnotGeometry.hx │ │ ├── Triangle.hx │ │ ├── TrianglesDrawModes.hx │ │ ├── TubeBufferGeometry.hx │ │ ├── TubeGeometry.hx │ │ ├── TypedArray.hx │ │ ├── UVGenerator.hx │ │ ├── Uint16Attribute.hx │ │ ├── Uint16BufferAttribute.hx │ │ ├── Uint32Attribute.hx │ │ ├── Uint32BufferAttribute.hx │ │ ├── Uint8Attribute.hx │ │ ├── Uint8BufferAttribute.hx │ │ ├── Uint8ClampedAttribute.hx │ │ ├── Uint8ClampedBufferAttribute.hx │ │ ├── Uniform.hx │ │ ├── UniformsUtils.hx │ │ ├── Vec2.hx │ │ ├── Vector.hx │ │ ├── Vector2.hx │ │ ├── Vector3.hx │ │ ├── Vector4.hx │ │ ├── VectorKeyframeTrack.hx │ │ ├── VertexNormalsHelper.hx │ │ ├── VideoTexture.hx │ │ ├── WebGLBufferRenderer.hx │ │ ├── WebGLCapabilities.hx │ │ ├── WebGLCapabilitiesParameters.hx │ │ ├── WebGLClipping.hx │ │ ├── WebGLColorBuffer.hx │ │ ├── WebGLDebug.hx │ │ ├── WebGLDepthBuffer.hx │ │ ├── WebGLExtensions.hx │ │ ├── WebGLGeometries.hx │ │ ├── WebGLIndexedBufferRenderer.hx │ │ ├── WebGLInfo.hx │ │ ├── WebGLLights.hx │ │ ├── WebGLMultisampleRenderTarget.hx │ │ ├── WebGLObjects.hx │ │ ├── WebGLProgram.hx │ │ ├── WebGLPrograms.hx │ │ ├── WebGLProperties.hx │ │ ├── WebGLRenderList.hx │ │ ├── WebGLRenderLists.hx │ │ ├── WebGLRenderTarget.hx │ │ ├── WebGLRenderTargetCube.hx │ │ ├── WebGLRenderTargetOptions.hx │ │ ├── WebGLRenderer.hx │ │ ├── WebGLRendererParameters.hx │ │ ├── WebGLShader.hx │ │ ├── WebGLShadowMap.hx │ │ ├── WebGLState.hx │ │ ├── WebGLStencilBuffer.hx │ │ ├── WebGLTextures.hx │ │ ├── WebGLUniforms.hx │ │ ├── WebVRManager.hx │ │ ├── WireframeGeometry.hx │ │ ├── Wrapping.hx │ │ ├── examples │ │ │ └── jsm │ │ │ │ └── controls │ │ │ │ └── orbitcontrols │ │ │ │ ├── MapControls.hx │ │ │ │ └── OrbitControls.hx │ │ ├── propertybinding │ │ │ └── Composite.hx │ │ └── src │ │ │ ├── Constants.hx │ │ │ ├── Polyfills.hx │ │ │ ├── audio │ │ │ └── AudioContext.hx │ │ │ ├── core │ │ │ ├── Geometry.hx │ │ │ └── Object3D.hx │ │ │ ├── loaders │ │ │ └── LoadingManager.hx │ │ │ ├── materials │ │ │ ├── Material.hx │ │ │ └── Materials.hx │ │ │ ├── objects │ │ │ └── LineSegments.hx │ │ │ ├── renderers │ │ │ └── shaders │ │ │ │ ├── ShaderChunk.hx │ │ │ │ ├── ShaderLib.hx │ │ │ │ └── UniformsLib.hx │ │ │ └── textures │ │ │ └── Texture.hx │ └── ts │ │ ├── AnyOf2.hx │ │ ├── AnyOf3.hx │ │ ├── AnyOf9.hx │ │ └── Undefined.hx ├── vscode │ ├── README.md │ ├── Vscode.hx │ ├── global │ │ └── Thenable.hx │ ├── haxelib.json │ ├── ts │ │ ├── AnyOf2.hx │ │ ├── AnyOf3.hx │ │ ├── AnyOf4.hx │ │ ├── Tuple2.hx │ │ └── Undefined.hx │ └── vscode │ │ ├── Breakpoint.hx │ │ ├── BreakpointsChangeEvent.hx │ │ ├── CallHierarchyIncomingCall.hx │ │ ├── CallHierarchyItem.hx │ │ ├── CallHierarchyOutgoingCall.hx │ │ ├── CallHierarchyProvider.hx │ │ ├── CancellationToken.hx │ │ ├── CancellationTokenSource.hx │ │ ├── CharacterPair.hx │ │ ├── Clipboard.hx │ │ ├── CodeAction.hx │ │ ├── CodeActionContext.hx │ │ ├── CodeActionKind.hx │ │ ├── CodeActionProvider.hx │ │ ├── CodeActionProviderMetadata.hx │ │ ├── CodeLens.hx │ │ ├── CodeLensProvider.hx │ │ ├── Color.hx │ │ ├── ColorInformation.hx │ │ ├── ColorPresentation.hx │ │ ├── ColorTheme.hx │ │ ├── ColorThemeKind.hx │ │ ├── Command.hx │ │ ├── Commands.hx │ │ ├── Comment.hx │ │ ├── CommentAuthorInformation.hx │ │ ├── CommentController.hx │ │ ├── CommentMode.hx │ │ ├── CommentReaction.hx │ │ ├── CommentReply.hx │ │ ├── CommentRule.hx │ │ ├── CommentThread.hx │ │ ├── CommentThreadCollapsibleState.hx │ │ ├── CommentingRangeProvider.hx │ │ ├── Comments.hx │ │ ├── CompletionContext.hx │ │ ├── CompletionItem.hx │ │ ├── CompletionItemKind.hx │ │ ├── CompletionItemProvider.hx │ │ ├── CompletionItemTag.hx │ │ ├── CompletionList.hx │ │ ├── CompletionTriggerKind.hx │ │ ├── ConfigurationChangeEvent.hx │ │ ├── ConfigurationScope.hx │ │ ├── ConfigurationTarget.hx │ │ ├── CustomExecution.hx │ │ ├── CustomTextEditorProvider.hx │ │ ├── Debug.hx │ │ ├── DebugAdapter.hx │ │ ├── DebugAdapterDescriptor.hx │ │ ├── DebugAdapterDescriptorFactory.hx │ │ ├── DebugAdapterExecutable.hx │ │ ├── DebugAdapterExecutableOptions.hx │ │ ├── DebugAdapterInlineImplementation.hx │ │ ├── DebugAdapterServer.hx │ │ ├── DebugAdapterTracker.hx │ │ ├── DebugAdapterTrackerFactory.hx │ │ ├── DebugConfiguration.hx │ │ ├── DebugConfigurationProvider.hx │ │ ├── DebugConsole.hx │ │ ├── DebugConsoleMode.hx │ │ ├── DebugProtocolMessage.hx │ │ ├── DebugProtocolSource.hx │ │ ├── DebugSession.hx │ │ ├── DebugSessionCustomEvent.hx │ │ ├── DebugSessionOptions.hx │ │ ├── Declaration.hx │ │ ├── DeclarationProvider.hx │ │ ├── DecorationInstanceRenderOptions.hx │ │ ├── DecorationOptions.hx │ │ ├── DecorationRangeBehavior.hx │ │ ├── DecorationRenderOptions.hx │ │ ├── Definition.hx │ │ ├── DefinitionLink.hx │ │ ├── DefinitionProvider.hx │ │ ├── Diagnostic.hx │ │ ├── DiagnosticChangeEvent.hx │ │ ├── DiagnosticCollection.hx │ │ ├── DiagnosticRelatedInformation.hx │ │ ├── DiagnosticSeverity.hx │ │ ├── DiagnosticTag.hx │ │ ├── Disposable.hx │ │ ├── DocumentColorProvider.hx │ │ ├── DocumentFilter.hx │ │ ├── DocumentFormattingEditProvider.hx │ │ ├── DocumentHighlight.hx │ │ ├── DocumentHighlightKind.hx │ │ ├── DocumentHighlightProvider.hx │ │ ├── DocumentLink.hx │ │ ├── DocumentLinkProvider.hx │ │ ├── DocumentRangeFormattingEditProvider.hx │ │ ├── DocumentRangeSemanticTokensProvider.hx │ │ ├── DocumentSelector.hx │ │ ├── DocumentSemanticTokensProvider.hx │ │ ├── DocumentSymbol.hx │ │ ├── DocumentSymbolProvider.hx │ │ ├── DocumentSymbolProviderMetadata.hx │ │ ├── EndOfLine.hx │ │ ├── EnterAction.hx │ │ ├── Env.hx │ │ ├── EvaluatableExpression.hx │ │ ├── EvaluatableExpressionProvider.hx │ │ ├── Event.hx │ │ ├── EventEmitter.hx │ │ ├── Extension.hx │ │ ├── ExtensionContext.hx │ │ ├── ExtensionKind.hx │ │ ├── ExtensionTerminalOptions.hx │ │ ├── Extensions.hx │ │ ├── FileChangeEvent.hx │ │ ├── FileChangeType.hx │ │ ├── FileCreateEvent.hx │ │ ├── FileDeleteEvent.hx │ │ ├── FileRenameEvent.hx │ │ ├── FileStat.hx │ │ ├── FileSystem.hx │ │ ├── FileSystemError.hx │ │ ├── FileSystemProvider.hx │ │ ├── FileSystemWatcher.hx │ │ ├── FileType.hx │ │ ├── FileWillCreateEvent.hx │ │ ├── FileWillDeleteEvent.hx │ │ ├── FileWillRenameEvent.hx │ │ ├── FoldingContext.hx │ │ ├── FoldingRange.hx │ │ ├── FoldingRangeKind.hx │ │ ├── FoldingRangeProvider.hx │ │ ├── FormattingOptions.hx │ │ ├── FunctionBreakpoint.hx │ │ ├── GlobPattern.hx │ │ ├── Hover.hx │ │ ├── HoverProvider.hx │ │ ├── ImplementationProvider.hx │ │ ├── IndentAction.hx │ │ ├── IndentationRule.hx │ │ ├── InputBox.hx │ │ ├── InputBoxOptions.hx │ │ ├── LanguageConfiguration.hx │ │ ├── Languages.hx │ │ ├── Location.hx │ │ ├── LocationLink.hx │ │ ├── MarkdownString.hx │ │ ├── MarkedString.hx │ │ ├── Memento.hx │ │ ├── MessageItem.hx │ │ ├── MessageOptions.hx │ │ ├── OnEnterRule.hx │ │ ├── OnTypeFormattingEditProvider.hx │ │ ├── OpenDialogOptions.hx │ │ ├── OutputChannel.hx │ │ ├── OverviewRulerLane.hx │ │ ├── ParameterInformation.hx │ │ ├── Position.hx │ │ ├── ProcessExecution.hx │ │ ├── ProcessExecutionOptions.hx │ │ ├── Progress.hx │ │ ├── ProgressLocation.hx │ │ ├── ProgressOptions.hx │ │ ├── ProviderResult.hx │ │ ├── Pseudoterminal.hx │ │ ├── QuickDiffProvider.hx │ │ ├── QuickInput.hx │ │ ├── QuickInputButton.hx │ │ ├── QuickInputButtons.hx │ │ ├── QuickPick.hx │ │ ├── QuickPickItem.hx │ │ ├── QuickPickOptions.hx │ │ ├── Range.hx │ │ ├── ReferenceContext.hx │ │ ├── ReferenceProvider.hx │ │ ├── RelativePattern.hx │ │ ├── RenameProvider.hx │ │ ├── RunOptions.hx │ │ ├── SaveDialogOptions.hx │ │ ├── Scm.hx │ │ ├── Selection.hx │ │ ├── SelectionRange.hx │ │ ├── SelectionRangeProvider.hx │ │ ├── SemanticTokens.hx │ │ ├── SemanticTokensBuilder.hx │ │ ├── SemanticTokensEdit.hx │ │ ├── SemanticTokensEdits.hx │ │ ├── SemanticTokensLegend.hx │ │ ├── ShellExecution.hx │ │ ├── ShellExecutionOptions.hx │ │ ├── ShellQuotedString.hx │ │ ├── ShellQuoting.hx │ │ ├── ShellQuotingOptions.hx │ │ ├── SignatureHelp.hx │ │ ├── SignatureHelpContext.hx │ │ ├── SignatureHelpProvider.hx │ │ ├── SignatureHelpProviderMetadata.hx │ │ ├── SignatureHelpTriggerKind.hx │ │ ├── SignatureInformation.hx │ │ ├── SnippetString.hx │ │ ├── SourceBreakpoint.hx │ │ ├── SourceControl.hx │ │ ├── SourceControlInputBox.hx │ │ ├── SourceControlResourceDecorations.hx │ │ ├── SourceControlResourceGroup.hx │ │ ├── SourceControlResourceState.hx │ │ ├── SourceControlResourceThemableDecorations.hx │ │ ├── StatusBarAlignment.hx │ │ ├── StatusBarItem.hx │ │ ├── SymbolInformation.hx │ │ ├── SymbolKind.hx │ │ ├── SymbolTag.hx │ │ ├── Task.hx │ │ ├── TaskDefinition.hx │ │ ├── TaskEndEvent.hx │ │ ├── TaskExecution.hx │ │ ├── TaskFilter.hx │ │ ├── TaskGroup.hx │ │ ├── TaskPanelKind.hx │ │ ├── TaskPresentationOptions.hx │ │ ├── TaskProcessEndEvent.hx │ │ ├── TaskProcessStartEvent.hx │ │ ├── TaskProvider.hx │ │ ├── TaskRevealKind.hx │ │ ├── TaskScope.hx │ │ ├── TaskStartEvent.hx │ │ ├── Tasks.hx │ │ ├── Terminal.hx │ │ ├── TerminalDimensions.hx │ │ ├── TerminalExitStatus.hx │ │ ├── TerminalOptions.hx │ │ ├── TextDocument.hx │ │ ├── TextDocumentChangeEvent.hx │ │ ├── TextDocumentContentChangeEvent.hx │ │ ├── TextDocumentContentProvider.hx │ │ ├── TextDocumentSaveReason.hx │ │ ├── TextDocumentShowOptions.hx │ │ ├── TextDocumentWillSaveEvent.hx │ │ ├── TextEdit.hx │ │ ├── TextEditor.hx │ │ ├── TextEditorCursorStyle.hx │ │ ├── TextEditorDecorationType.hx │ │ ├── TextEditorEdit.hx │ │ ├── TextEditorLineNumbersStyle.hx │ │ ├── TextEditorOptions.hx │ │ ├── TextEditorOptionsChangeEvent.hx │ │ ├── TextEditorRevealType.hx │ │ ├── TextEditorSelectionChangeEvent.hx │ │ ├── TextEditorSelectionChangeKind.hx │ │ ├── TextEditorViewColumnChangeEvent.hx │ │ ├── TextEditorVisibleRangesChangeEvent.hx │ │ ├── TextLine.hx │ │ ├── ThemableDecorationAttachmentRenderOptions.hx │ │ ├── ThemableDecorationInstanceRenderOptions.hx │ │ ├── ThemableDecorationRenderOptions.hx │ │ ├── ThemeColor.hx │ │ ├── ThemeIcon.hx │ │ ├── TreeDataProvider.hx │ │ ├── TreeItem.hx │ │ ├── TreeItemCollapsibleState.hx │ │ ├── TreeView.hx │ │ ├── TreeViewExpansionEvent.hx │ │ ├── TreeViewOptions.hx │ │ ├── TreeViewSelectionChangeEvent.hx │ │ ├── TreeViewVisibilityChangeEvent.hx │ │ ├── TypeDefinitionProvider.hx │ │ ├── UIKind.hx │ │ ├── Uri.hx │ │ ├── UriHandler.hx │ │ ├── ViewColumn.hx │ │ ├── Webview.hx │ │ ├── WebviewOptions.hx │ │ ├── WebviewPanel.hx │ │ ├── WebviewPanelOnDidChangeViewStateEvent.hx │ │ ├── WebviewPanelOptions.hx │ │ ├── WebviewPanelSerializer.hx │ │ ├── WebviewPortMapping.hx │ │ ├── Window.hx │ │ ├── WindowState.hx │ │ ├── Workspace.hx │ │ ├── WorkspaceConfiguration.hx │ │ ├── WorkspaceEdit.hx │ │ ├── WorkspaceEditEntryMetadata.hx │ │ ├── WorkspaceFolder.hx │ │ ├── WorkspaceFolderPickOptions.hx │ │ ├── WorkspaceFoldersChangeEvent.hx │ │ └── WorkspaceSymbolProvider.hx └── vue │ ├── README.md │ ├── global │ ├── Vue.hx │ └── vue │ │ ├── AsyncComponent.hx │ │ ├── Component.hx │ │ ├── ComponentOptions.hx │ │ ├── ComputedOptions.hx │ │ ├── CreateElement.hx │ │ ├── DirectiveFunction.hx │ │ ├── DirectiveOptions.hx │ │ ├── FunctionalComponentOptions.hx │ │ ├── PluginFunction.hx │ │ ├── PluginObject.hx │ │ ├── PropOptions.hx │ │ ├── PropType.hx │ │ ├── RenderContext.hx │ │ ├── VNode.hx │ │ ├── VNodeChildren.hx │ │ ├── VNodeChildrenArrayContents.hx │ │ ├── VNodeComponentOptions.hx │ │ ├── VNodeData.hx │ │ ├── VNodeDirective.hx │ │ ├── VueConstructor.hx │ │ ├── WatchHandler.hx │ │ ├── WatchOptions.hx │ │ └── WatchOptionsWithHandler.hx │ ├── haxelib.json │ ├── js │ └── lib │ │ ├── ConcatArray.hx │ │ ├── IterableIterator.hx │ │ ├── IteratorResult.hx │ │ ├── IteratorReturnResult.hx │ │ ├── IteratorYieldResult.hx │ │ └── ThisType.hx │ ├── ts │ ├── AnyOf2.hx │ ├── AnyOf3.hx │ ├── AnyOf4.hx │ ├── AnyOf5.hx │ ├── AnyOf6.hx │ ├── AnyOf7.hx │ ├── Tuple1.hx │ ├── Tuple2.hx │ └── Undefined.hx │ └── vue │ ├── AsyncComponent.hx │ ├── Component.hx │ ├── ComponentOptions.hx │ ├── ComputedOptions.hx │ ├── CreateElement.hx │ ├── DirectiveFunction.hx │ ├── DirectiveOptions.hx │ ├── FunctionalComponentOptions.hx │ ├── IVue.hx │ ├── PluginFunction.hx │ ├── PluginObject.hx │ ├── PropOptions.hx │ ├── PropType.hx │ ├── RenderContext.hx │ ├── VNode.hx │ ├── VNodeChildren.hx │ ├── VNodeChildrenArrayContents.hx │ ├── VNodeComponentOptions.hx │ ├── VNodeData.hx │ ├── VNodeDirective.hx │ ├── Vue.hx │ ├── VueConstructor.hx │ ├── WatchHandler.hx │ ├── WatchOptions.hx │ ├── WatchOptionsWithHandler.hx │ └── types │ ├── Umd.hx │ ├── options │ ├── Accessors.hx │ ├── ArrayPropsDefinition.hx │ ├── AsyncComponentFactory.hx │ ├── AsyncComponentPromise.hx │ ├── Constructor.hx │ ├── DataDef.hx │ ├── DefaultComputed.hx │ ├── DefaultData.hx │ ├── DefaultMethods.hx │ ├── DefaultProps.hx │ ├── DirectiveBinding.hx │ ├── EsModuleComponent.hx │ ├── InjectKey.hx │ ├── InjectOptions.hx │ ├── Prop.hx │ ├── PropValidator.hx │ ├── PropsDefinition.hx │ ├── RecordPropsDefinition.hx │ ├── ThisTypedComponentOptionsWithArrayProps.hx │ └── ThisTypedComponentOptionsWithRecordProps.hx │ ├── umd │ ├── AsyncComponent.hx │ ├── Component.hx │ ├── ComponentOptions.hx │ ├── ComputedOptions.hx │ ├── CreateElement.hx │ ├── DirectiveFunction.hx │ ├── DirectiveOptions.hx │ ├── FunctionalComponentOptions.hx │ ├── PluginFunction.hx │ ├── PluginObject.hx │ ├── PropOptions.hx │ ├── PropType.hx │ ├── RenderContext.hx │ ├── VNode.hx │ ├── VNodeChildren.hx │ ├── VNodeChildrenArrayContents.hx │ ├── VNodeComponentOptions.hx │ ├── VNodeData.hx │ ├── VNodeDirective.hx │ ├── VueConstructor.hx │ ├── WatchHandler.hx │ ├── WatchOptions.hx │ └── WatchOptionsWithHandler.hx │ ├── vnode │ ├── NormalizedScopedSlot.hx │ ├── ScopedSlot.hx │ ├── ScopedSlotChildren.hx │ ├── ScopedSlotReturnArray.hx │ └── ScopedSlotReturnValue.hx │ └── vue │ ├── CombinedVueInstance.hx │ ├── ExtendedVue.hx │ └── VueConfiguration.hx ├── _generated-unit ├── big_js │ ├── Big.hx │ ├── BigConstructor.hx │ ├── BigConstructor_.hx │ ├── BigSource.hx │ ├── BigSource_.hx │ ├── Big_.hx │ ├── Comparison.hx │ ├── IBig.hx │ └── RoundingMode.hx ├── global │ ├── AmbientGlobal.hx │ ├── AmbientValueModule.hx │ ├── Big.hx │ ├── ThisShouldBeGlobal.hx │ ├── ThisShouldBeGlobal2.hx │ ├── ambientnamespace │ │ └── Num.hx │ ├── ambientnamespacedeprecated │ │ └── Num.hx │ ├── ambientvaluemodule │ │ └── Num.hx │ └── bigjs │ │ ├── Big.hx │ │ ├── BigConstructor.hx │ │ ├── BigSource.hx │ │ ├── Comparison.hx │ │ └── RoundingMode.hx ├── js │ └── lib │ │ ├── Boolean.hx │ │ ├── ConcatArray.hx │ │ ├── IArray.hx │ │ ├── IBoolean.hx │ │ ├── INumber.hx │ │ ├── IterableIterator.hx │ │ ├── IteratorResult.hx │ │ ├── IteratorReturnResult.hx │ │ ├── IteratorYieldResult.hx │ │ └── Number.hx ├── ts │ ├── AnyOf2.hx │ ├── AnyOf3.hx │ ├── AnyOf4.hx │ ├── Tuple1.hx │ ├── Tuple2.hx │ ├── Tuple3.hx │ └── Undefined.hx └── unit │ ├── Class_.hx │ ├── ExportArray.hx │ ├── ExportConst.hx │ ├── ExportFunction.hx │ ├── ExportObject.hx │ ├── Interface.hx │ ├── Symbols.hx │ ├── TrippleSlashReferences.hx │ ├── ambient │ ├── Module.hx │ └── module │ │ └── Num.hx │ ├── built_in │ └── BuiltIn.hx │ ├── class_ │ ├── BaseInterface.hx │ ├── CallableClass.hx │ ├── ClassBase.hx │ ├── ClassExtends.hx │ ├── ClassExtendsClassWithInterfaceStructure.hx │ ├── ClassExtendsWithRedefine.hx │ ├── ClassInterfaceWithInterfaceExtends.hx │ ├── ClassWithIndexSignature.hx │ ├── ClassWithInterfaceStructure.hx │ ├── ClassWithPrivateConstructor.hx │ ├── ClassWithValueModule.hx │ ├── ClassWithoutExplicitConstructor.hx │ ├── ICallableClass.hx │ ├── IClassInterfaceWithInterfaceExtends.hx │ └── IClassWithInterfaceStructure.hx │ ├── enum_ │ └── enums │ │ ├── ConstEnum.hx │ │ ├── FloatEnum.hx │ │ ├── ImplicitEnum.hx │ │ ├── IntEnum.hx │ │ ├── MixedImplicitEnum.hx │ │ ├── MixedStringImplicitEnum.hx │ │ ├── MultiTypeEnum.hx │ │ ├── SelfReferenceEnum.hx │ │ └── StringEnum.hx │ ├── export_default │ ├── ExampleValueModule.hx │ └── default_ │ │ └── ExampleClass.hx │ ├── exportequals │ └── exportedmodule │ │ └── ExportEqualsClass.hx │ ├── interface_ │ ├── Base1.hx │ ├── Base2.hx │ ├── Base3.hx │ ├── Error.hx │ ├── ErrorConstructor.hx │ ├── Extends3.hx │ ├── FunctionTypeInterface.hx │ ├── FunctionTypeInterfaceExtended.hx │ ├── FunctionTypeInterfaceExtendedWithField.hx │ ├── IInterfaceArrayLikeMultiDeclarations.hx │ ├── IInterfaceClassParamMismatch.hx │ ├── Interface.hx │ ├── InterfaceArrayLike.hx │ ├── InterfaceArrayLikeMultiDeclarations.hx │ ├── InterfaceClassParamMismatch.hx │ ├── InterfaceExtends.hx │ ├── InterfaceExtendsWithRedefinition.hx │ ├── InterfaceMapLike.hx │ ├── InterfaceNested.hx │ ├── InterfaceWithMultiSignature.hx │ └── InterfaceWithSignatureAndField.hx │ ├── named_tuple │ ├── NamedTuple.hx │ └── namedtuple │ │ └── KeyValuePair.hx │ ├── symbols │ ├── BaseClass.hx │ ├── BaseInterface.hx │ ├── CallableInterface.hx │ ├── ClassValueModule.hx │ ├── ConstructorTypeAnon.hx │ ├── ConstructorTypeClassAlias.hx │ ├── ConstructorTypeInterface.hx │ ├── EnumValueModule.hx │ ├── ExampleClass.hx │ ├── FunctionValueModule.hx │ ├── ICallableInterface.hx │ ├── IConstructorTypeInterface.hx │ ├── IInterfaceValueModule.hx │ ├── IMergedInterfaceClass.hx │ ├── InterfaceValueModule.hx │ ├── MergedInterfaceClass.hx │ ├── NameClash_.hx │ ├── Nameclash.hx │ ├── Nameclash__.hx │ ├── TypedefValueModule.hx │ ├── UseNameClash.hx │ ├── ValueTypedefNamespace.hx │ ├── classvaluemodule │ │ └── Y.hx │ ├── enumvaluemodule │ │ └── Y.hx │ ├── interfacevaluemodule │ │ └── Y.hx │ ├── typedefvaluemodule │ │ └── Y.hx │ └── valuetypedefnamespace │ │ └── Y.hx │ ├── type_parameters │ ├── BasicTp.hx │ ├── BasicTpAlias.hx │ ├── DefaultTypeParameter.hx │ ├── DefaultTypeParameterExtension.hx │ ├── DefaultTypeParameterField.hx │ ├── DefaultTypeParameterUser.hx │ ├── ExtendsTp.hx │ ├── ExtendsTpEnum.hx │ ├── Object3D.hx │ ├── ShadowT.hx │ ├── ShadowedTp.hx │ └── TypeParameterBug.hx │ └── types │ ├── Types.hx │ └── types │ ├── AliasAlias.hx │ ├── AliasWithTypeParam.hx │ ├── AliasedAnon.hx │ ├── Anon.hx │ ├── ArrayAlias.hx │ ├── ClassLikeConstructorType.hx │ ├── Color3.hx │ ├── Color4.hx │ ├── ConstUnion.hx │ ├── ConstUnionHomogenous.hx │ ├── ConstructorType.hx │ ├── DeepImmutable.hx │ ├── DeepImmutableArray.hx │ ├── DeepImmutableObject.hx │ ├── EnumSubset.hx │ ├── EnumValueAlias.hx │ ├── ExampleEnum.hx │ ├── FromIndex.hx │ ├── FromSomeIndex.hx │ ├── FunctionTypeWithOptional.hx │ ├── FunctionTypeWithTypeParam.hx │ ├── FunctionVarConversion.hx │ ├── FunctionWithRest.hx │ ├── I.hx │ ├── IClassLikeConstructorType.hx │ ├── INode.hx │ ├── Immutable.hx │ ├── Index.hx │ ├── InterfaceAlias.hx │ ├── Intersection.hx │ ├── IntersectionA.hx │ ├── IntersectionB.hx │ ├── Issue26.hx │ ├── Issue26Tp.hx │ ├── Issue26TpB.hx │ ├── Issue26TpC.hx │ ├── LongUnion.hx │ ├── NullNumberUnion.hx │ ├── NullOrUndefined.hx │ ├── ObjectAlias.hx │ ├── ParentNode.hx │ ├── Primitive.hx │ ├── RecordOfIndex.hx │ ├── Recursive.hx │ ├── StringAlias.hx │ ├── StringEnum.hx │ ├── StructureType.hx │ ├── StructureWithTypeParam.hx │ ├── ThisIntersection.hx │ ├── ThisUnion.hx │ ├── TupleReference.hx │ ├── TupleReferenceHomogenous.hx │ ├── TupleReferenceNested.hx │ ├── TypeQueryClassLike.hx │ ├── TypeUnion.hx │ ├── UndefinedNumberUnion.hx │ └── _Lowercasename.hx ├── dom.d.ts ├── issue └── 122 │ ├── package-lock.json │ └── package.json ├── package-lock.json ├── package.json ├── run-examples.sh └── unit ├── ambient.d.ts ├── built-in.d.ts ├── class.d.ts ├── edge-cases ├── ambient-extension.d.ts ├── ambient.d.ts ├── blobfish.d.ts ├── cat.d.ts ├── inaccessible.d.ts ├── index.d.ts └── kitten.d.ts ├── enum.d.ts ├── export-array.d.ts ├── export-const.d.ts ├── export-default.d.ts ├── export-function.d.ts ├── export-object.d.ts ├── export=.d.ts ├── interface.d.ts ├── named-tuple.d.ts ├── symbols.d.ts ├── templates ├── global-modifying-module │ └── index.d.ts ├── global-plugin │ └── index.d.ts ├── global │ └── index.d.ts ├── module-class │ └── index.d.ts ├── module-function │ └── index.d.ts ├── module-plugin │ └── index.d.ts └── module │ └── index.d.ts ├── tripple-slash-references.d.ts ├── type-parameters.d.ts └── types.d.ts /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | output 3 | dist 4 | externs/ 5 | .haxelib/ 6 | scratch.* 7 | *.tgz -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/.npmignore -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/README.md -------------------------------------------------------------------------------- /ROADMAP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/ROADMAP.md -------------------------------------------------------------------------------- /cli.js: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env node 2 | require('./dist/dts2hx.js'); -------------------------------------------------------------------------------- /examples/.gitignore: -------------------------------------------------------------------------------- 1 | package-lock.json -------------------------------------------------------------------------------- /examples/babylonjs/Main.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/babylonjs/Main.hx -------------------------------------------------------------------------------- /examples/babylonjs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/babylonjs/README.md -------------------------------------------------------------------------------- /examples/babylonjs/build.hxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/babylonjs/build.hxml -------------------------------------------------------------------------------- /examples/babylonjs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/babylonjs/index.html -------------------------------------------------------------------------------- /examples/babylonjs/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/babylonjs/package.json -------------------------------------------------------------------------------- /examples/express/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/express/README.md -------------------------------------------------------------------------------- /examples/express/Server.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/express/Server.hx -------------------------------------------------------------------------------- /examples/express/build.hxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/express/build.hxml -------------------------------------------------------------------------------- /examples/express/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/express/package.json -------------------------------------------------------------------------------- /examples/phaser/Main.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/phaser/Main.hx -------------------------------------------------------------------------------- /examples/phaser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/phaser/README.md -------------------------------------------------------------------------------- /examples/phaser/build.hxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/phaser/build.hxml -------------------------------------------------------------------------------- /examples/phaser/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/phaser/index.html -------------------------------------------------------------------------------- /examples/phaser/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/phaser/package.json -------------------------------------------------------------------------------- /examples/pixi.js/Main.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/pixi.js/Main.hx -------------------------------------------------------------------------------- /examples/pixi.js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/pixi.js/README.md -------------------------------------------------------------------------------- /examples/pixi.js/build.hxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/pixi.js/build.hxml -------------------------------------------------------------------------------- /examples/pixi.js/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/pixi.js/index.html -------------------------------------------------------------------------------- /examples/pixi.js/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/pixi.js/package.json -------------------------------------------------------------------------------- /examples/playcanvas/Main.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/playcanvas/Main.hx -------------------------------------------------------------------------------- /examples/playcanvas/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/playcanvas/README.md -------------------------------------------------------------------------------- /examples/playcanvas/build.hxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/playcanvas/build.hxml -------------------------------------------------------------------------------- /examples/playcanvas/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/playcanvas/index.html -------------------------------------------------------------------------------- /examples/playcanvas/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/playcanvas/package.json -------------------------------------------------------------------------------- /examples/three/Main.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/three/Main.hx -------------------------------------------------------------------------------- /examples/three/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/three/README.md -------------------------------------------------------------------------------- /examples/three/build.hxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/three/build.hxml -------------------------------------------------------------------------------- /examples/three/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/three/index.html -------------------------------------------------------------------------------- /examples/three/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/examples/three/package.json -------------------------------------------------------------------------------- /lib/js/lib/Number.hx: -------------------------------------------------------------------------------- 1 | package js.lib; 2 | 3 | extern class Number { 4 | 5 | } -------------------------------------------------------------------------------- /lib/js/lib/ReadonlyArray.hx: -------------------------------------------------------------------------------- 1 | package js.lib; 2 | 3 | extern typedef ReadonlyArray = { 4 | 5 | } -------------------------------------------------------------------------------- /lib/typescript-extended.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript-extended.d.ts -------------------------------------------------------------------------------- /lib/typescript/Global.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/Global.hx -------------------------------------------------------------------------------- /lib/typescript/Ts.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/Ts.hx -------------------------------------------------------------------------------- /lib/typescript/ts/AccessorDeclaration.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/AccessorDeclaration.hx -------------------------------------------------------------------------------- /lib/typescript/ts/AdditiveOperator.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/AdditiveOperator.hx -------------------------------------------------------------------------------- /lib/typescript/ts/AffectedFileResult.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/AffectedFileResult.hx -------------------------------------------------------------------------------- /lib/typescript/ts/AfterFinallyFlow.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/AfterFinallyFlow.hx -------------------------------------------------------------------------------- /lib/typescript/ts/AmdDependency.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/AmdDependency.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ArrayBindingElement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ArrayBindingElement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ArrayBindingPattern.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ArrayBindingPattern.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ArrayTypeNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ArrayTypeNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ArrowFunction.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ArrowFunction.hx -------------------------------------------------------------------------------- /lib/typescript/ts/AsExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/AsExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/AssertionExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/AssertionExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/AssertsToken.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/AssertsToken.hx -------------------------------------------------------------------------------- /lib/typescript/ts/AssignmentExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/AssignmentExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/AssignmentOperator.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/AssignmentOperator.hx -------------------------------------------------------------------------------- /lib/typescript/ts/AssignmentPattern.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/AssignmentPattern.hx -------------------------------------------------------------------------------- /lib/typescript/ts/AsteriskToken.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/AsteriskToken.hx -------------------------------------------------------------------------------- /lib/typescript/ts/AwaitExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/AwaitExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/AwaitKeywordToken.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/AwaitKeywordToken.hx -------------------------------------------------------------------------------- /lib/typescript/ts/BaseType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/BaseType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/BigIntLiteral.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/BigIntLiteral.hx -------------------------------------------------------------------------------- /lib/typescript/ts/BigIntLiteralType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/BigIntLiteralType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/BinaryExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/BinaryExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/BinaryOperator.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/BinaryOperator.hx -------------------------------------------------------------------------------- /lib/typescript/ts/BinaryOperatorToken.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/BinaryOperatorToken.hx -------------------------------------------------------------------------------- /lib/typescript/ts/BindingElement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/BindingElement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/BindingName.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/BindingName.hx -------------------------------------------------------------------------------- /lib/typescript/ts/BindingPattern.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/BindingPattern.hx -------------------------------------------------------------------------------- /lib/typescript/ts/BitwiseOperator.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/BitwiseOperator.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Block.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Block.hx -------------------------------------------------------------------------------- /lib/typescript/ts/BlockLike.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/BlockLike.hx -------------------------------------------------------------------------------- /lib/typescript/ts/BooleanLiteral.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/BooleanLiteral.hx -------------------------------------------------------------------------------- /lib/typescript/ts/BreakStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/BreakStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/BuildOptions.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/BuildOptions.hx -------------------------------------------------------------------------------- /lib/typescript/ts/BuilderProgram.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/BuilderProgram.hx -------------------------------------------------------------------------------- /lib/typescript/ts/BuilderProgramHost.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/BuilderProgramHost.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Bundle.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Bundle.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CallChain.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CallChain.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CallExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CallExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CallLikeExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CallLikeExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CancellationToken.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CancellationToken.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CaseBlock.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CaseBlock.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CaseClause.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CaseClause.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CaseOrDefaultClause.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CaseOrDefaultClause.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CatchClause.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CatchClause.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CheckJsDirective.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CheckJsDirective.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ClassDeclaration.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ClassDeclaration.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ClassElement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ClassElement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ClassExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ClassExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ClassLikeDeclaration.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ClassLikeDeclaration.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ClassificationInfo.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ClassificationInfo.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ClassificationResult.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ClassificationResult.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ClassificationType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ClassificationType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Classifications.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Classifications.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ClassifiedSpan.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ClassifiedSpan.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Classifier.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Classifier.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CodeAction.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CodeAction.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CodeActionCommand.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CodeActionCommand.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CodeFixAction.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CodeFixAction.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ColonToken.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ColonToken.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CombinedCodeActions.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CombinedCodeActions.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CombinedCodeFixScope.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CombinedCodeFixScope.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CommaListExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CommaListExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CommentKind.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CommentKind.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CommentRange.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CommentRange.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CompilerHost.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CompilerHost.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CompilerOptions.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CompilerOptions.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CompilerOptionsValue.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CompilerOptionsValue.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CompletionEntry.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CompletionEntry.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CompletionInfo.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CompletionInfo.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ComputedPropertyName.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ComputedPropertyName.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ConciseBody.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ConciseBody.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ConditionalRoot.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ConditionalRoot.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ConditionalType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ConditionalType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ConditionalTypeNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ConditionalTypeNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ConstructorTypeNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ConstructorTypeNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ContinueStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ContinueStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CreateProgram.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CreateProgram.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CreateProgramOptions.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CreateProgramOptions.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CustomTransformer.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CustomTransformer.hx -------------------------------------------------------------------------------- /lib/typescript/ts/CustomTransformers.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/CustomTransformers.hx -------------------------------------------------------------------------------- /lib/typescript/ts/DebuggerStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/DebuggerStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Declaration.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Declaration.hx -------------------------------------------------------------------------------- /lib/typescript/ts/DeclarationName.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/DeclarationName.hx -------------------------------------------------------------------------------- /lib/typescript/ts/DeclarationStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/DeclarationStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Decorator.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Decorator.hx -------------------------------------------------------------------------------- /lib/typescript/ts/DefaultClause.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/DefaultClause.hx -------------------------------------------------------------------------------- /lib/typescript/ts/DefinitionInfo.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/DefinitionInfo.hx -------------------------------------------------------------------------------- /lib/typescript/ts/DeleteExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/DeleteExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/DestructuringPattern.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/DestructuringPattern.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Diagnostic.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Diagnostic.hx -------------------------------------------------------------------------------- /lib/typescript/ts/DiagnosticCategory.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/DiagnosticCategory.hx -------------------------------------------------------------------------------- /lib/typescript/ts/DiagnosticMessage.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/DiagnosticMessage.hx -------------------------------------------------------------------------------- /lib/typescript/ts/DiagnosticReporter.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/DiagnosticReporter.hx -------------------------------------------------------------------------------- /lib/typescript/ts/DoStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/DoStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/DocumentHighlights.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/DocumentHighlights.hx -------------------------------------------------------------------------------- /lib/typescript/ts/DocumentRegistry.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/DocumentRegistry.hx -------------------------------------------------------------------------------- /lib/typescript/ts/DocumentSpan.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/DocumentSpan.hx -------------------------------------------------------------------------------- /lib/typescript/ts/DotDotDotToken.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/DotDotDotToken.hx -------------------------------------------------------------------------------- /lib/typescript/ts/DotToken.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/DotToken.hx -------------------------------------------------------------------------------- /lib/typescript/ts/EditorOptions.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/EditorOptions.hx -------------------------------------------------------------------------------- /lib/typescript/ts/EditorSettings.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/EditorSettings.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ElementAccessChain.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ElementAccessChain.hx -------------------------------------------------------------------------------- /lib/typescript/ts/EmitFlags.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/EmitFlags.hx -------------------------------------------------------------------------------- /lib/typescript/ts/EmitHelper.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/EmitHelper.hx -------------------------------------------------------------------------------- /lib/typescript/ts/EmitHint.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/EmitHint.hx -------------------------------------------------------------------------------- /lib/typescript/ts/EmitOutput.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/EmitOutput.hx -------------------------------------------------------------------------------- /lib/typescript/ts/EmitResult.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/EmitResult.hx -------------------------------------------------------------------------------- /lib/typescript/ts/EmptyStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/EmptyStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/EndOfFileToken.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/EndOfFileToken.hx -------------------------------------------------------------------------------- /lib/typescript/ts/EndOfLineState.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/EndOfLineState.hx -------------------------------------------------------------------------------- /lib/typescript/ts/EntityName.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/EntityName.hx -------------------------------------------------------------------------------- /lib/typescript/ts/EntityNameExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/EntityNameExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/EnumDeclaration.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/EnumDeclaration.hx -------------------------------------------------------------------------------- /lib/typescript/ts/EnumMember.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/EnumMember.hx -------------------------------------------------------------------------------- /lib/typescript/ts/EnumType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/EnumType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/EqualityOperator.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/EqualityOperator.hx -------------------------------------------------------------------------------- /lib/typescript/ts/EqualsToken.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/EqualsToken.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ErrorCallback.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ErrorCallback.hx -------------------------------------------------------------------------------- /lib/typescript/ts/EvolvingArrayType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/EvolvingArrayType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ExclamationToken.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ExclamationToken.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ExitStatus.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ExitStatus.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ExpandResult.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ExpandResult.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ExportAssignment.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ExportAssignment.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ExportDeclaration.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ExportDeclaration.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ExportSpecifier.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ExportSpecifier.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Expression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Expression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ExpressionStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ExpressionStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Extension.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Extension.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FileExtensionInfo.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FileExtensionInfo.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FileReference.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FileReference.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FileTextChanges.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FileTextChanges.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FileWatcher.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FileWatcher.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FileWatcherCallback.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FileWatcherCallback.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FileWatcherEventKind.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FileWatcherEventKind.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FlowArrayMutation.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FlowArrayMutation.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FlowAssignment.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FlowAssignment.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FlowCall.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FlowCall.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FlowCondition.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FlowCondition.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FlowFlags.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FlowFlags.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FlowLabel.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FlowLabel.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FlowLock.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FlowLock.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FlowNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FlowNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FlowNodeBase.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FlowNodeBase.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FlowStart.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FlowStart.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FlowSwitchClause.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FlowSwitchClause.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FlowType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FlowType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ForInOrOfStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ForInOrOfStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ForInStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ForInStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ForInitializer.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ForInitializer.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ForOfStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ForOfStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ForStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ForStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FormatCodeOptions.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FormatCodeOptions.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FormatCodeSettings.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FormatCodeSettings.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FunctionBody.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FunctionBody.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FunctionDeclaration.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FunctionDeclaration.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FunctionExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FunctionExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FunctionLike.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FunctionLike.hx -------------------------------------------------------------------------------- /lib/typescript/ts/FunctionTypeNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/FunctionTypeNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/GenericType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/GenericType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/HasInitializer.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/HasInitializer.hx -------------------------------------------------------------------------------- /lib/typescript/ts/HasJSDoc.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/HasJSDoc.hx -------------------------------------------------------------------------------- /lib/typescript/ts/HasType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/HasType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/HeritageClause.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/HeritageClause.hx -------------------------------------------------------------------------------- /lib/typescript/ts/HighlightSpan.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/HighlightSpan.hx -------------------------------------------------------------------------------- /lib/typescript/ts/HighlightSpanKind.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/HighlightSpanKind.hx -------------------------------------------------------------------------------- /lib/typescript/ts/IScriptSnapshot.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/IScriptSnapshot.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Identifier.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Identifier.hx -------------------------------------------------------------------------------- /lib/typescript/ts/IfStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/IfStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ImportCall.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ImportCall.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ImportClause.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ImportClause.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ImportDeclaration.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ImportDeclaration.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ImportExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ImportExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ImportSpecifier.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ImportSpecifier.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ImportTypeNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ImportTypeNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/IncompleteType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/IncompleteType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/IncrementExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/IncrementExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/IndentStyle.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/IndentStyle.hx -------------------------------------------------------------------------------- /lib/typescript/ts/IndexInfo.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/IndexInfo.hx -------------------------------------------------------------------------------- /lib/typescript/ts/IndexKind.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/IndexKind.hx -------------------------------------------------------------------------------- /lib/typescript/ts/IndexType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/IndexType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/IndexedAccessType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/IndexedAccessType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/InferTypeNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/InferTypeNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/InferencePriority.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/InferencePriority.hx -------------------------------------------------------------------------------- /lib/typescript/ts/InputFiles.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/InputFiles.hx -------------------------------------------------------------------------------- /lib/typescript/ts/InstallPackageAction.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/InstallPackageAction.hx -------------------------------------------------------------------------------- /lib/typescript/ts/InstantiableType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/InstantiableType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/InterfaceDeclaration.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/InterfaceDeclaration.hx -------------------------------------------------------------------------------- /lib/typescript/ts/InterfaceType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/InterfaceType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/InternalSymbolName.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/InternalSymbolName.hx -------------------------------------------------------------------------------- /lib/typescript/ts/IntersectionType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/IntersectionType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/IntersectionTypeNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/IntersectionTypeNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/InvalidatedProject.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/InvalidatedProject.hx -------------------------------------------------------------------------------- /lib/typescript/ts/IterationStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/IterationStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Iterator.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Iterator.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDoc.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDoc.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocAllType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocAllType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocAugmentsTag.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocAugmentsTag.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocAuthorTag.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocAuthorTag.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocCallbackTag.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocCallbackTag.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocClassTag.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocClassTag.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocContainer.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocContainer.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocEnumTag.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocEnumTag.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocFunctionType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocFunctionType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocNamepathType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocNamepathType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocNamespaceBody.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocNamespaceBody.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocNonNullableType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocNonNullableType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocNullableType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocNullableType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocOptionalType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocOptionalType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocParameterTag.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocParameterTag.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocPropertyLikeTag.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocPropertyLikeTag.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocPropertyTag.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocPropertyTag.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocReturnTag.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocReturnTag.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocSignature.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocSignature.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocSyntaxKind.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocSyntaxKind.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocTag.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocTag.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocTagInfo.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocTagInfo.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocTemplateTag.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocTemplateTag.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocThisTag.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocThisTag.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocTypeExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocTypeExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocTypeLiteral.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocTypeLiteral.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocTypeTag.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocTypeTag.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocTypedefTag.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocTypedefTag.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocUnknownTag.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocUnknownTag.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocUnknownType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocUnknownType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JSDocVariadicType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JSDocVariadicType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsFileExtensionInfo.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsFileExtensionInfo.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsonSourceFile.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsonSourceFile.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsxAttribute.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsxAttribute.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsxAttributeLike.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsxAttributeLike.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsxAttributes.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsxAttributes.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsxChild.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsxChild.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsxClosingElement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsxClosingElement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsxClosingFragment.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsxClosingFragment.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsxClosingTagInfo.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsxClosingTagInfo.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsxElement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsxElement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsxEmit.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsxEmit.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsxExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsxExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsxFlags.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsxFlags.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsxFragment.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsxFragment.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsxOpeningElement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsxOpeningElement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsxOpeningFragment.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsxOpeningFragment.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsxSpreadAttribute.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsxSpreadAttribute.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsxTagNameExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsxTagNameExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsxText.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsxText.hx -------------------------------------------------------------------------------- /lib/typescript/ts/JsxTokenSyntaxKind.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/JsxTokenSyntaxKind.hx -------------------------------------------------------------------------------- /lib/typescript/ts/KeywordSyntaxKind.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/KeywordSyntaxKind.hx -------------------------------------------------------------------------------- /lib/typescript/ts/KeywordTypeNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/KeywordTypeNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/LabeledStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/LabeledStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/LanguageService.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/LanguageService.hx -------------------------------------------------------------------------------- /lib/typescript/ts/LanguageServiceHost.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/LanguageServiceHost.hx -------------------------------------------------------------------------------- /lib/typescript/ts/LanguageVariant.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/LanguageVariant.hx -------------------------------------------------------------------------------- /lib/typescript/ts/LineAndCharacter.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/LineAndCharacter.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ListFormat.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ListFormat.hx -------------------------------------------------------------------------------- /lib/typescript/ts/LiteralExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/LiteralExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/LiteralLikeNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/LiteralLikeNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/LiteralType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/LiteralType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/LiteralTypeNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/LiteralTypeNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/LogicalOperator.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/LogicalOperator.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Map.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Map.hx -------------------------------------------------------------------------------- /lib/typescript/ts/MapLike.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/MapLike.hx -------------------------------------------------------------------------------- /lib/typescript/ts/MappedTypeNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/MappedTypeNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/MemberExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/MemberExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/MetaProperty.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/MetaProperty.hx -------------------------------------------------------------------------------- /lib/typescript/ts/MethodDeclaration.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/MethodDeclaration.hx -------------------------------------------------------------------------------- /lib/typescript/ts/MethodSignature.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/MethodSignature.hx -------------------------------------------------------------------------------- /lib/typescript/ts/MinusToken.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/MinusToken.hx -------------------------------------------------------------------------------- /lib/typescript/ts/MissingDeclaration.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/MissingDeclaration.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Modifier.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Modifier.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ModifierFlags.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ModifierFlags.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ModifiersArray.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ModifiersArray.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ModuleBlock.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ModuleBlock.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ModuleBody.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ModuleBody.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ModuleDeclaration.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ModuleDeclaration.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ModuleKind.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ModuleKind.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ModuleName.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ModuleName.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ModuleReference.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ModuleReference.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ModuleResolutionHost.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ModuleResolutionHost.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ModuleResolutionKind.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ModuleResolutionKind.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NamedDeclaration.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NamedDeclaration.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NamedExports.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NamedExports.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NamedImportBindings.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NamedImportBindings.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NamedImports.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NamedImports.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NamespaceBody.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NamespaceBody.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NamespaceDeclaration.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NamespaceDeclaration.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NamespaceImport.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NamespaceImport.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NavigateToItem.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NavigateToItem.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NavigationBarItem.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NavigationBarItem.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NavigationTree.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NavigationTree.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NewExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NewExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NewLineKind.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NewLineKind.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Node.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Node.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NodeArray.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NodeArray.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NodeBuilderFlags.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NodeBuilderFlags.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NodeFlags.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NodeFlags.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NonNullExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NonNullExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NotEmittedStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NotEmittedStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NullLiteral.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NullLiteral.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NumberLiteralType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NumberLiteralType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/NumericLiteral.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/NumericLiteral.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ObjectBindingPattern.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ObjectBindingPattern.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ObjectFlags.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ObjectFlags.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ObjectLiteralElement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ObjectLiteralElement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ObjectType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ObjectType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/OmittedExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/OmittedExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/OptionalChain.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/OptionalChain.hx -------------------------------------------------------------------------------- /lib/typescript/ts/OptionalTypeNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/OptionalTypeNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/OrganizeImportsScope.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/OrganizeImportsScope.hx -------------------------------------------------------------------------------- /lib/typescript/ts/OutliningSpan.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/OutliningSpan.hx -------------------------------------------------------------------------------- /lib/typescript/ts/OutliningSpanKind.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/OutliningSpanKind.hx -------------------------------------------------------------------------------- /lib/typescript/ts/OutputFile.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/OutputFile.hx -------------------------------------------------------------------------------- /lib/typescript/ts/OutputFileType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/OutputFileType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/PackageId.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/PackageId.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ParameterDeclaration.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ParameterDeclaration.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ParseConfigFileHost.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ParseConfigFileHost.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ParseConfigHost.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ParseConfigHost.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ParsedCommandLine.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ParsedCommandLine.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ParsedTsconfig.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ParsedTsconfig.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Path.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Path.hx -------------------------------------------------------------------------------- /lib/typescript/ts/PerModuleNameCache.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/PerModuleNameCache.hx -------------------------------------------------------------------------------- /lib/typescript/ts/PluginImport.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/PluginImport.hx -------------------------------------------------------------------------------- /lib/typescript/ts/PlusToken.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/PlusToken.hx -------------------------------------------------------------------------------- /lib/typescript/ts/PostfixUnaryOperator.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/PostfixUnaryOperator.hx -------------------------------------------------------------------------------- /lib/typescript/ts/PreFinallyFlow.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/PreFinallyFlow.hx -------------------------------------------------------------------------------- /lib/typescript/ts/PreProcessedFileInfo.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/PreProcessedFileInfo.hx -------------------------------------------------------------------------------- /lib/typescript/ts/PrefixUnaryOperator.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/PrefixUnaryOperator.hx -------------------------------------------------------------------------------- /lib/typescript/ts/PrimaryExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/PrimaryExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/PrintHandlers.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/PrintHandlers.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Printer.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Printer.hx -------------------------------------------------------------------------------- /lib/typescript/ts/PrinterOptions.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/PrinterOptions.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Program.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Program.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ProgramHost.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ProgramHost.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ProjectReference.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ProjectReference.hx -------------------------------------------------------------------------------- /lib/typescript/ts/PropertyAccessChain.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/PropertyAccessChain.hx -------------------------------------------------------------------------------- /lib/typescript/ts/PropertyAssignment.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/PropertyAssignment.hx -------------------------------------------------------------------------------- /lib/typescript/ts/PropertyDeclaration.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/PropertyDeclaration.hx -------------------------------------------------------------------------------- /lib/typescript/ts/PropertyName.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/PropertyName.hx -------------------------------------------------------------------------------- /lib/typescript/ts/PropertySignature.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/PropertySignature.hx -------------------------------------------------------------------------------- /lib/typescript/ts/PseudoBigInt.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/PseudoBigInt.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Push.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Push.hx -------------------------------------------------------------------------------- /lib/typescript/ts/QualifiedName.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/QualifiedName.hx -------------------------------------------------------------------------------- /lib/typescript/ts/QuestionDotToken.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/QuestionDotToken.hx -------------------------------------------------------------------------------- /lib/typescript/ts/QuestionToken.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/QuestionToken.hx -------------------------------------------------------------------------------- /lib/typescript/ts/QuickInfo.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/QuickInfo.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ReadBuildProgramHost.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ReadBuildProgramHost.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ReadonlyMap.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ReadonlyMap.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ReadonlyToken.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ReadonlyToken.hx -------------------------------------------------------------------------------- /lib/typescript/ts/RefactorActionInfo.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/RefactorActionInfo.hx -------------------------------------------------------------------------------- /lib/typescript/ts/RefactorEditInfo.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/RefactorEditInfo.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ReferenceEntry.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ReferenceEntry.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ReferencedSymbol.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ReferencedSymbol.hx -------------------------------------------------------------------------------- /lib/typescript/ts/RelationalOperator.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/RelationalOperator.hx -------------------------------------------------------------------------------- /lib/typescript/ts/RenameInfo.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/RenameInfo.hx -------------------------------------------------------------------------------- /lib/typescript/ts/RenameInfoFailure.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/RenameInfoFailure.hx -------------------------------------------------------------------------------- /lib/typescript/ts/RenameInfoOptions.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/RenameInfoOptions.hx -------------------------------------------------------------------------------- /lib/typescript/ts/RenameInfoSuccess.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/RenameInfoSuccess.hx -------------------------------------------------------------------------------- /lib/typescript/ts/RenameLocation.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/RenameLocation.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ResolvedModule.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ResolvedModule.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ResolvedModuleFull.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ResolvedModuleFull.hx -------------------------------------------------------------------------------- /lib/typescript/ts/RestTypeNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/RestTypeNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ReturnStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ReturnStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Scanner.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Scanner.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ScriptElementKind.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ScriptElementKind.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ScriptKind.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ScriptKind.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ScriptReferenceHost.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ScriptReferenceHost.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ScriptSnapshot.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ScriptSnapshot.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ScriptTarget.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ScriptTarget.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SelectionRange.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SelectionRange.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SemicolonPreference.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SemicolonPreference.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ShiftOperator.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ShiftOperator.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Signature.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Signature.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SignatureDeclaration.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SignatureDeclaration.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SignatureHelpItem.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SignatureHelpItem.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SignatureHelpItems.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SignatureHelpItems.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SignatureKind.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SignatureKind.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SolutionBuilder.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SolutionBuilder.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SolutionBuilderHost.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SolutionBuilderHost.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SortedArray.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SortedArray.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SortedReadonlyArray.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SortedReadonlyArray.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SourceFile.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SourceFile.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SourceFileLike.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SourceFileLike.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SourceMapRange.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SourceMapRange.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SourceMapSource.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SourceMapSource.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SourceMapSpan.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SourceMapSpan.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SpreadAssignment.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SpreadAssignment.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SpreadElement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SpreadElement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Statement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Statement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/StringLiteral.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/StringLiteral.hx -------------------------------------------------------------------------------- /lib/typescript/ts/StringLiteralLike.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/StringLiteralLike.hx -------------------------------------------------------------------------------- /lib/typescript/ts/StringLiteralType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/StringLiteralType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/StructuredType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/StructuredType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SubstitutionType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SubstitutionType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SuperCall.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SuperCall.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SuperExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SuperExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SuperProperty.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SuperProperty.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SwitchStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SwitchStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Symbol.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Symbol.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SymbolDisplayPart.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SymbolDisplayPart.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SymbolFlags.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SymbolFlags.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SymbolFormatFlags.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SymbolFormatFlags.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SymbolTable.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SymbolTable.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SyntaxKind.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SyntaxKind.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SyntaxList.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SyntaxList.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SynthesizedComment.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SynthesizedComment.hx -------------------------------------------------------------------------------- /lib/typescript/ts/SyntheticExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/SyntheticExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/System.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/System.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TemplateExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TemplateExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TemplateHead.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TemplateHead.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TemplateLiteral.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TemplateLiteral.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TemplateLiteralToken.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TemplateLiteralToken.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TemplateMiddle.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TemplateMiddle.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TemplateSpan.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TemplateSpan.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TemplateTail.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TemplateTail.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TextChange.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TextChange.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TextChangeRange.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TextChangeRange.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TextInsertion.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TextInsertion.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TextRange.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TextRange.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TextSpan.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TextSpan.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ThisExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ThisExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ThisTypeNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ThisTypeNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ThisTypePredicate.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ThisTypePredicate.hx -------------------------------------------------------------------------------- /lib/typescript/ts/ThrowStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/ThrowStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TodoComment.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TodoComment.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Token.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Token.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TokenClass.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TokenClass.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TokenFlags.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TokenFlags.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TransformationResult.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TransformationResult.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Transformer.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Transformer.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TransformerFactory.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TransformerFactory.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TransientIdentifier.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TransientIdentifier.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TranspileOptions.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TranspileOptions.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TranspileOutput.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TranspileOutput.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TryStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TryStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TsConfigSourceFile.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TsConfigSourceFile.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TupleType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TupleType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TupleTypeNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TupleTypeNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TupleTypeReference.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TupleTypeReference.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Type.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Type.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypeAcquisition.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypeAcquisition.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypeAliasDeclaration.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypeAliasDeclaration.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypeAssertion.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypeAssertion.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypeChecker.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypeChecker.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypeElement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypeElement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypeFlags.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypeFlags.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypeFormatFlags.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypeFormatFlags.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypeLiteralNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypeLiteralNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypeNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypeNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypeOfExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypeOfExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypeOperatorNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypeOperatorNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypeParameter.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypeParameter.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypePredicate.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypePredicate.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypePredicateBase.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypePredicateBase.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypePredicateKind.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypePredicateKind.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypePredicateNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypePredicateNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypeQueryNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypeQueryNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypeReference.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypeReference.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypeReferenceNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypeReferenceNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypeReferenceType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypeReferenceType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/TypeVariable.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/TypeVariable.hx -------------------------------------------------------------------------------- /lib/typescript/ts/UnaryExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/UnaryExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/UnderscoreEscapedMap.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/UnderscoreEscapedMap.hx -------------------------------------------------------------------------------- /lib/typescript/ts/UnionType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/UnionType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/UnionTypeNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/UnionTypeNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/UniqueESSymbolType.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/UniqueESSymbolType.hx -------------------------------------------------------------------------------- /lib/typescript/ts/UnparsedNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/UnparsedNode.hx -------------------------------------------------------------------------------- /lib/typescript/ts/UnparsedPrepend.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/UnparsedPrepend.hx -------------------------------------------------------------------------------- /lib/typescript/ts/UnparsedPrologue.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/UnparsedPrologue.hx -------------------------------------------------------------------------------- /lib/typescript/ts/UnparsedSection.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/UnparsedSection.hx -------------------------------------------------------------------------------- /lib/typescript/ts/UnparsedSource.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/UnparsedSource.hx -------------------------------------------------------------------------------- /lib/typescript/ts/UnparsedSourceText.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/UnparsedSourceText.hx -------------------------------------------------------------------------------- /lib/typescript/ts/UnparsedTextLike.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/UnparsedTextLike.hx -------------------------------------------------------------------------------- /lib/typescript/ts/UnscopedEmitHelper.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/UnscopedEmitHelper.hx -------------------------------------------------------------------------------- /lib/typescript/ts/UpdateBundleProject.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/UpdateBundleProject.hx -------------------------------------------------------------------------------- /lib/typescript/ts/UpdateExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/UpdateExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/UserPreferences.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/UserPreferences.hx -------------------------------------------------------------------------------- /lib/typescript/ts/VariableDeclaration.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/VariableDeclaration.hx -------------------------------------------------------------------------------- /lib/typescript/ts/VariableStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/VariableStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/VisitResult.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/VisitResult.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Visitor.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Visitor.hx -------------------------------------------------------------------------------- /lib/typescript/ts/VoidExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/VoidExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/Watch.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/Watch.hx -------------------------------------------------------------------------------- /lib/typescript/ts/WatchCompilerHost.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/WatchCompilerHost.hx -------------------------------------------------------------------------------- /lib/typescript/ts/WatchDirectoryFlags.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/WatchDirectoryFlags.hx -------------------------------------------------------------------------------- /lib/typescript/ts/WatchHost.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/WatchHost.hx -------------------------------------------------------------------------------- /lib/typescript/ts/WatchOfConfigFile.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/WatchOfConfigFile.hx -------------------------------------------------------------------------------- /lib/typescript/ts/WatchStatusReporter.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/WatchStatusReporter.hx -------------------------------------------------------------------------------- /lib/typescript/ts/WhileStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/WhileStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/WithMetadata.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/WithMetadata.hx -------------------------------------------------------------------------------- /lib/typescript/ts/WithStatement.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/WithStatement.hx -------------------------------------------------------------------------------- /lib/typescript/ts/WriteFileCallback.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/WriteFileCallback.hx -------------------------------------------------------------------------------- /lib/typescript/ts/YieldExpression.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/YieldExpression.hx -------------------------------------------------------------------------------- /lib/typescript/ts/__String.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/__String.hx -------------------------------------------------------------------------------- /lib/typescript/ts/server/ActionSet.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/server/ActionSet.hx -------------------------------------------------------------------------------- /lib/typescript/ts/server/CloseProject.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/server/CloseProject.hx -------------------------------------------------------------------------------- /lib/typescript/ts/server/InstallTypes.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/server/InstallTypes.hx -------------------------------------------------------------------------------- /lib/typescript/ts/server/SetTypings.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/lib/typescript/ts/server/SetTypings.hx -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/package.json -------------------------------------------------------------------------------- /src/Console.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/Console.hx -------------------------------------------------------------------------------- /src/ConverterContext.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/ConverterContext.hx -------------------------------------------------------------------------------- /src/HaxeModule.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/HaxeModule.hx -------------------------------------------------------------------------------- /src/HaxeTypePathMap.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/HaxeTypePathMap.hx -------------------------------------------------------------------------------- /src/Log.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/Log.hx -------------------------------------------------------------------------------- /src/Macro.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/Macro.hx -------------------------------------------------------------------------------- /src/Main.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/Main.hx -------------------------------------------------------------------------------- /src/PostProcess.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/PostProcess.hx -------------------------------------------------------------------------------- /src/Printer.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/Printer.hx -------------------------------------------------------------------------------- /src/SupportTypes.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/SupportTypes.hx -------------------------------------------------------------------------------- /src/SymbolAccess.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/SymbolAccess.hx -------------------------------------------------------------------------------- /src/SymbolAccessMap.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/SymbolAccessMap.hx -------------------------------------------------------------------------------- /src/TsInternal.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/TsInternal.hx -------------------------------------------------------------------------------- /src/ds/OnceOnlyQueue.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/ds/OnceOnlyQueue.hx -------------------------------------------------------------------------------- /src/ds/OnlyOnceSymbolQueue.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/ds/OnlyOnceSymbolQueue.hx -------------------------------------------------------------------------------- /src/ds/Set.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/ds/Set.hx -------------------------------------------------------------------------------- /src/hxargs/Args.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/hxargs/Args.hx -------------------------------------------------------------------------------- /src/import.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/import.hx -------------------------------------------------------------------------------- /src/tool/ComplexTypeTools.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/tool/ComplexTypeTools.hx -------------------------------------------------------------------------------- /src/tool/FileTools.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/tool/FileTools.hx -------------------------------------------------------------------------------- /src/tool/HaxeTools.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/tool/HaxeTools.hx -------------------------------------------------------------------------------- /src/tool/StringTools.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/tool/StringTools.hx -------------------------------------------------------------------------------- /src/tool/SymbolAccessTools.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/tool/SymbolAccessTools.hx -------------------------------------------------------------------------------- /src/tool/TsProgramTools.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/tool/TsProgramTools.hx -------------------------------------------------------------------------------- /src/tool/TsSymbolTools.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/tool/TsSymbolTools.hx -------------------------------------------------------------------------------- /src/tool/TsSyntaxTools.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/tool/TsSyntaxTools.hx -------------------------------------------------------------------------------- /src/tool/TsTypeTools.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/tool/TsTypeTools.hx -------------------------------------------------------------------------------- /src/typemap/HxnodejsMacro.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/typemap/HxnodejsMacro.hx -------------------------------------------------------------------------------- /src/typemap/StdLibMacro.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/typemap/StdLibMacro.hx -------------------------------------------------------------------------------- /src/typemap/TypeMap.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/typemap/TypeMap.hx -------------------------------------------------------------------------------- /src/typemap/TypeMapTools.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/typemap/TypeMapTools.hx -------------------------------------------------------------------------------- /src/typemap/generate-hxnodejs.hxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/typemap/generate-hxnodejs.hxml -------------------------------------------------------------------------------- /src/typemap/generate-stdlib.hxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/typemap/generate-stdlib.hxml -------------------------------------------------------------------------------- /src/typemap/hxnodejs-12.1.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/typemap/hxnodejs-12.1.0.json -------------------------------------------------------------------------------- /src/typemap/std-4.2.5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/src/typemap/std-4.2.5.json -------------------------------------------------------------------------------- /test/RunAll.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/RunAll.hx -------------------------------------------------------------------------------- /test/RunLibs.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/RunLibs.hx -------------------------------------------------------------------------------- /test/RunUnit.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/RunUnit.hx -------------------------------------------------------------------------------- /test/Test.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/Test.hx -------------------------------------------------------------------------------- /test/_generated-libs/connect/Connect.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/connect/Connect.hx -------------------------------------------------------------------------------- /test/_generated-libs/connect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/connect/README.md -------------------------------------------------------------------------------- /test/_generated-libs/connect/haxelib.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/connect/haxelib.json -------------------------------------------------------------------------------- /test/_generated-libs/connect/ts/AnyOf2.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/connect/ts/AnyOf2.hx -------------------------------------------------------------------------------- /test/_generated-libs/connect/ts/AnyOf3.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/connect/ts/AnyOf3.hx -------------------------------------------------------------------------------- /test/_generated-libs/connect/ts/AnyOf4.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/connect/ts/AnyOf4.hx -------------------------------------------------------------------------------- /test/_generated-libs/express-serve-static-core/global/express/Request.hx: -------------------------------------------------------------------------------- 1 | package global.express; 2 | 3 | typedef Request = { }; -------------------------------------------------------------------------------- /test/_generated-libs/express-serve-static-core/global/express/Response.hx: -------------------------------------------------------------------------------- 1 | package global.express; 2 | 3 | typedef Response = { }; -------------------------------------------------------------------------------- /test/_generated-libs/express/Express.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/express/Express.hx -------------------------------------------------------------------------------- /test/_generated-libs/express/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/express/README.md -------------------------------------------------------------------------------- /test/_generated-libs/express/haxelib.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/express/haxelib.json -------------------------------------------------------------------------------- /test/_generated-libs/express/ts/AnyOf2.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/express/ts/AnyOf2.hx -------------------------------------------------------------------------------- /test/_generated-libs/express/ts/AnyOf3.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/express/ts/AnyOf3.hx -------------------------------------------------------------------------------- /test/_generated-libs/express/ts/Tuple2.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/express/ts/Tuple2.hx -------------------------------------------------------------------------------- /test/_generated-libs/jquery/Jquery.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/jquery/Jquery.hx -------------------------------------------------------------------------------- /test/_generated-libs/jquery/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/jquery/README.md -------------------------------------------------------------------------------- /test/_generated-libs/jquery/global/JQuerySupport.hx: -------------------------------------------------------------------------------- 1 | package global; 2 | 3 | typedef JQuerySupport = { }; -------------------------------------------------------------------------------- /test/_generated-libs/jquery/global/jquery/CSSHook.hx: -------------------------------------------------------------------------------- 1 | package global.jquery; 2 | 3 | typedef CSSHook = Dynamic; -------------------------------------------------------------------------------- /test/_generated-libs/jquery/global/jquery/CSSHooks.hx: -------------------------------------------------------------------------------- 1 | package global.jquery; 2 | 3 | typedef CSSHooks = { }; -------------------------------------------------------------------------------- /test/_generated-libs/jquery/global/jquery/Duration.hx: -------------------------------------------------------------------------------- 1 | package global.jquery; 2 | 3 | typedef Duration = ts.AnyOf2; -------------------------------------------------------------------------------- /test/_generated-libs/jquery/global/jquery/Easings.hx: -------------------------------------------------------------------------------- 1 | package global.jquery; 2 | 3 | typedef Easings = { }; -------------------------------------------------------------------------------- /test/_generated-libs/jquery/global/jquery/PropHooks.hx: -------------------------------------------------------------------------------- 1 | package global.jquery; 2 | 3 | typedef PropHooks = { }; -------------------------------------------------------------------------------- /test/_generated-libs/jquery/global/jquery/SpecialEventHooks.hx: -------------------------------------------------------------------------------- 1 | package global.jquery; 2 | 3 | typedef SpecialEventHooks = { }; -------------------------------------------------------------------------------- /test/_generated-libs/jquery/global/jquery/ValHooks.hx: -------------------------------------------------------------------------------- 1 | package global.jquery; 2 | 3 | typedef ValHooks = { }; -------------------------------------------------------------------------------- /test/_generated-libs/jquery/global/jquery/ajax/TextStatus.hx: -------------------------------------------------------------------------------- 1 | package global.jquery.ajax; 2 | 3 | typedef TextStatus = String; -------------------------------------------------------------------------------- /test/_generated-libs/jquery/haxelib.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/jquery/haxelib.json -------------------------------------------------------------------------------- /test/_generated-libs/jquery/js/lib/ArrayLike.hx: -------------------------------------------------------------------------------- 1 | package js.lib; 2 | 3 | typedef ArrayLike = { 4 | final length : Float; 5 | }; -------------------------------------------------------------------------------- /test/_generated-libs/jquery/ts/AnyOf13.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/jquery/ts/AnyOf13.hx -------------------------------------------------------------------------------- /test/_generated-libs/jquery/ts/AnyOf2.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/jquery/ts/AnyOf2.hx -------------------------------------------------------------------------------- /test/_generated-libs/jquery/ts/AnyOf3.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/jquery/ts/AnyOf3.hx -------------------------------------------------------------------------------- /test/_generated-libs/jquery/ts/AnyOf4.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/jquery/ts/AnyOf4.hx -------------------------------------------------------------------------------- /test/_generated-libs/jquery/ts/AnyOf5.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/jquery/ts/AnyOf5.hx -------------------------------------------------------------------------------- /test/_generated-libs/jquery/ts/AnyOf6.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/jquery/ts/AnyOf6.hx -------------------------------------------------------------------------------- /test/_generated-libs/jquery/ts/AnyOf7.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/jquery/ts/AnyOf7.hx -------------------------------------------------------------------------------- /test/_generated-libs/jquery/ts/AnyOf8.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/jquery/ts/AnyOf8.hx -------------------------------------------------------------------------------- /test/_generated-libs/jquery/ts/Tuple1.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/jquery/ts/Tuple1.hx -------------------------------------------------------------------------------- /test/_generated-libs/jquery/ts/Tuple2.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/jquery/ts/Tuple2.hx -------------------------------------------------------------------------------- /test/_generated-libs/lodash/Lodash.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lodash/Lodash.hx -------------------------------------------------------------------------------- /test/_generated-libs/lodash/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lodash/README.md -------------------------------------------------------------------------------- /test/_generated-libs/lodash/global/_/Comparator.hx: -------------------------------------------------------------------------------- 1 | package global._; 2 | 3 | typedef Comparator = (a:T, b:T) -> Bool; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/global/_/Dictionary.hx: -------------------------------------------------------------------------------- 1 | package global._; 2 | 3 | typedef Dictionary = { }; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/global/_/ExpChain.hx: -------------------------------------------------------------------------------- 1 | package global._; 2 | 3 | typedef ExpChain = Dynamic; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/global/_/Flat.hx: -------------------------------------------------------------------------------- 1 | package global._; 2 | 3 | typedef Flat = Dynamic; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/global/_/Function0.hx: -------------------------------------------------------------------------------- 1 | package global._; 2 | 3 | typedef Function0 = () -> R; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/global/_/Function1.hx: -------------------------------------------------------------------------------- 1 | package global._; 2 | 3 | typedef Function1 = (t1:T1) -> R; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/global/_/Function2.hx: -------------------------------------------------------------------------------- 1 | package global._; 2 | 3 | typedef Function2 = (t1:T1, t2:T2) -> R; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/global/_/ImpChain.hx: -------------------------------------------------------------------------------- 1 | package global._; 2 | 3 | typedef ImpChain = Dynamic; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/global/_/Many.hx: -------------------------------------------------------------------------------- 1 | package global._; 2 | 3 | typedef Many = ts.AnyOf2, T>; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/global/_/MapCacheConstructor.hx: -------------------------------------------------------------------------------- 1 | package global._; 2 | 3 | typedef MapCacheConstructor = { }; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/global/_/NotVoid.hx: -------------------------------------------------------------------------------- 1 | package global._; 2 | 3 | typedef NotVoid = Any; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/global/_/NumericDictionary.hx: -------------------------------------------------------------------------------- 1 | package global._; 2 | 3 | typedef NumericDictionary = { }; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/global/_/Omit.hx: -------------------------------------------------------------------------------- 1 | package global._; 2 | 3 | typedef Omit = { }; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/global/_/PartialObject.hx: -------------------------------------------------------------------------------- 1 | package global._; 2 | 3 | typedef PartialObject = T; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/global/_/PartialShallow.hx: -------------------------------------------------------------------------------- 1 | package global._; 2 | 3 | typedef PartialShallow = Dynamic; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/global/_/T__.hx: -------------------------------------------------------------------------------- 1 | package global._; 2 | 3 | typedef T__ = LoDashStatic; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/global/_/Truthy.hx: -------------------------------------------------------------------------------- 1 | package global._; 2 | 3 | typedef Truthy = Dynamic; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/haxelib.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lodash/haxelib.json -------------------------------------------------------------------------------- /test/_generated-libs/lodash/js/lib/ArrayLike.hx: -------------------------------------------------------------------------------- 1 | package js.lib; 2 | 3 | typedef ArrayLike = { 4 | final length : Float; 5 | }; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/lodash/Comparator.hx: -------------------------------------------------------------------------------- 1 | package lodash; 2 | 3 | typedef Comparator = (a:T, b:T) -> Bool; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/lodash/ConformsPredicateObject.hx: -------------------------------------------------------------------------------- 1 | package lodash; 2 | 3 | typedef ConformsPredicateObject = Dynamic; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/lodash/Dictionary.hx: -------------------------------------------------------------------------------- 1 | package lodash; 2 | 3 | typedef Dictionary = { }; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/lodash/ExpChain.hx: -------------------------------------------------------------------------------- 1 | package lodash; 2 | 3 | typedef ExpChain = Dynamic; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/lodash/Flat.hx: -------------------------------------------------------------------------------- 1 | package lodash; 2 | 3 | typedef Flat = Dynamic; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/lodash/Function0.hx: -------------------------------------------------------------------------------- 1 | package lodash; 2 | 3 | typedef Function0 = () -> R; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/lodash/Function1.hx: -------------------------------------------------------------------------------- 1 | package lodash; 2 | 3 | typedef Function1 = (t1:T1) -> R; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/lodash/Function2.hx: -------------------------------------------------------------------------------- 1 | package lodash; 2 | 3 | typedef Function2 = (t1:T1, t2:T2) -> R; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/lodash/ImpChain.hx: -------------------------------------------------------------------------------- 1 | package lodash; 2 | 3 | typedef ImpChain = Dynamic; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/lodash/Many.hx: -------------------------------------------------------------------------------- 1 | package lodash; 2 | 3 | typedef Many = ts.AnyOf2, T>; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/lodash/MapCacheConstructor.hx: -------------------------------------------------------------------------------- 1 | package lodash; 2 | 3 | typedef MapCacheConstructor = { }; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/lodash/NotVoid.hx: -------------------------------------------------------------------------------- 1 | package lodash; 2 | 3 | typedef NotVoid = Any; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/lodash/NumericDictionary.hx: -------------------------------------------------------------------------------- 1 | package lodash; 2 | 3 | typedef NumericDictionary = { }; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/lodash/Omit.hx: -------------------------------------------------------------------------------- 1 | package lodash; 2 | 3 | typedef Omit = { }; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/lodash/PartialObject.hx: -------------------------------------------------------------------------------- 1 | package lodash; 2 | 3 | typedef PartialObject = T; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/lodash/PartialShallow.hx: -------------------------------------------------------------------------------- 1 | package lodash; 2 | 3 | typedef PartialShallow = Dynamic; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/lodash/T__.hx: -------------------------------------------------------------------------------- 1 | package lodash; 2 | 3 | typedef T__ = LoDashStatic; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/lodash/Truthy.hx: -------------------------------------------------------------------------------- 1 | package lodash; 2 | 3 | typedef Truthy = Dynamic; -------------------------------------------------------------------------------- /test/_generated-libs/lodash/ts/AnyOf16.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lodash/ts/AnyOf16.hx -------------------------------------------------------------------------------- /test/_generated-libs/lodash/ts/AnyOf2.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lodash/ts/AnyOf2.hx -------------------------------------------------------------------------------- /test/_generated-libs/lodash/ts/AnyOf3.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lodash/ts/AnyOf3.hx -------------------------------------------------------------------------------- /test/_generated-libs/lodash/ts/AnyOf32.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lodash/ts/AnyOf32.hx -------------------------------------------------------------------------------- /test/_generated-libs/lodash/ts/AnyOf4.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lodash/ts/AnyOf4.hx -------------------------------------------------------------------------------- /test/_generated-libs/lodash/ts/AnyOf5.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lodash/ts/AnyOf5.hx -------------------------------------------------------------------------------- /test/_generated-libs/lodash/ts/AnyOf6.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lodash/ts/AnyOf6.hx -------------------------------------------------------------------------------- /test/_generated-libs/lodash/ts/AnyOf7.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lodash/ts/AnyOf7.hx -------------------------------------------------------------------------------- /test/_generated-libs/lodash/ts/AnyOf8.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lodash/ts/AnyOf8.hx -------------------------------------------------------------------------------- /test/_generated-libs/lodash/ts/Tuple1.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lodash/ts/Tuple1.hx -------------------------------------------------------------------------------- /test/_generated-libs/lodash/ts/Tuple2.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lodash/ts/Tuple2.hx -------------------------------------------------------------------------------- /test/_generated-libs/lodash/ts/Tuple3.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lodash/ts/Tuple3.hx -------------------------------------------------------------------------------- /test/_generated-libs/lodash/ts/Tuple4.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lodash/ts/Tuple4.hx -------------------------------------------------------------------------------- /test/_generated-libs/lodash/ts/Tuple5.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lodash/ts/Tuple5.hx -------------------------------------------------------------------------------- /test/_generated-libs/lowdb/Lowdb.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lowdb/Lowdb.hx -------------------------------------------------------------------------------- /test/_generated-libs/lowdb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lowdb/README.md -------------------------------------------------------------------------------- /test/_generated-libs/lowdb/haxelib.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lowdb/haxelib.json -------------------------------------------------------------------------------- /test/_generated-libs/lowdb/js/lib/ArrayLike.hx: -------------------------------------------------------------------------------- 1 | package js.lib; 2 | 3 | typedef ArrayLike = { 4 | final length : Float; 5 | }; -------------------------------------------------------------------------------- /test/_generated-libs/lowdb/lowdb/Lowdb.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lowdb/lowdb/Lowdb.hx -------------------------------------------------------------------------------- /test/_generated-libs/lowdb/ts/AnyOf2.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lowdb/ts/AnyOf2.hx -------------------------------------------------------------------------------- /test/_generated-libs/lowdb/ts/AnyOf3.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lowdb/ts/AnyOf3.hx -------------------------------------------------------------------------------- /test/_generated-libs/lowdb/ts/AnyOf4.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lowdb/ts/AnyOf4.hx -------------------------------------------------------------------------------- /test/_generated-libs/lowdb/ts/AnyOf5.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lowdb/ts/AnyOf5.hx -------------------------------------------------------------------------------- /test/_generated-libs/lowdb/ts/AnyOf6.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lowdb/ts/AnyOf6.hx -------------------------------------------------------------------------------- /test/_generated-libs/lowdb/ts/AnyOf7.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lowdb/ts/AnyOf7.hx -------------------------------------------------------------------------------- /test/_generated-libs/lowdb/ts/AnyOf8.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lowdb/ts/AnyOf8.hx -------------------------------------------------------------------------------- /test/_generated-libs/lowdb/ts/Tuple1.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lowdb/ts/Tuple1.hx -------------------------------------------------------------------------------- /test/_generated-libs/lowdb/ts/Tuple2.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lowdb/ts/Tuple2.hx -------------------------------------------------------------------------------- /test/_generated-libs/lowdb/ts/Tuple3.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lowdb/ts/Tuple3.hx -------------------------------------------------------------------------------- /test/_generated-libs/lowdb/ts/Tuple4.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lowdb/ts/Tuple4.hx -------------------------------------------------------------------------------- /test/_generated-libs/lowdb/ts/Tuple5.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lowdb/ts/Tuple5.hx -------------------------------------------------------------------------------- /test/_generated-libs/lowdb/ts/Tuple6.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lowdb/ts/Tuple6.hx -------------------------------------------------------------------------------- /test/_generated-libs/lowdb/ts/Tuple7.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/lowdb/ts/Tuple7.hx -------------------------------------------------------------------------------- /test/_generated-libs/mime/Mime.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/mime/Mime.hx -------------------------------------------------------------------------------- /test/_generated-libs/mime/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/mime/README.md -------------------------------------------------------------------------------- /test/_generated-libs/mime/global/Mime.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/mime/global/Mime.hx -------------------------------------------------------------------------------- /test/_generated-libs/mime/global/mime/TypeMap.hx: -------------------------------------------------------------------------------- 1 | package global.mime; 2 | 3 | typedef TypeMap = { }; -------------------------------------------------------------------------------- /test/_generated-libs/mime/haxelib.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/mime/haxelib.json -------------------------------------------------------------------------------- /test/_generated-libs/mime/mime/TypeMap.hx: -------------------------------------------------------------------------------- 1 | package mime; 2 | 3 | typedef TypeMap = { }; -------------------------------------------------------------------------------- /test/_generated-libs/node/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/README.md -------------------------------------------------------------------------------- /test/_generated-libs/node/global/BufferEncoding.hx: -------------------------------------------------------------------------------- 1 | package global; 2 | 3 | typedef BufferEncoding = String; -------------------------------------------------------------------------------- /test/_generated-libs/node/global/NodeRequireFunction.hx: -------------------------------------------------------------------------------- 1 | package global; 2 | 3 | typedef NodeRequireFunction = (id:String) -> Dynamic; -------------------------------------------------------------------------------- /test/_generated-libs/node/global/nodejs/DisconnectListener.hx: -------------------------------------------------------------------------------- 1 | package global.nodejs; 2 | 3 | typedef DisconnectListener = () -> Void; -------------------------------------------------------------------------------- /test/_generated-libs/node/global/nodejs/ExitListener.hx: -------------------------------------------------------------------------------- 1 | package global.nodejs; 2 | 3 | typedef ExitListener = (code:Float) -> Void; -------------------------------------------------------------------------------- /test/_generated-libs/node/global/nodejs/MultipleResolveType.hx: -------------------------------------------------------------------------------- 1 | package global.nodejs; 2 | 3 | typedef MultipleResolveType = String; -------------------------------------------------------------------------------- /test/_generated-libs/node/global/nodejs/Platform.hx: -------------------------------------------------------------------------------- 1 | package global.nodejs; 2 | 3 | typedef Platform = String; -------------------------------------------------------------------------------- /test/_generated-libs/node/global/nodejs/ProcessEnv.hx: -------------------------------------------------------------------------------- 1 | package global.nodejs; 2 | 3 | typedef ProcessEnv = { }; -------------------------------------------------------------------------------- /test/_generated-libs/node/global/nodejs/Signals.hx: -------------------------------------------------------------------------------- 1 | package global.nodejs; 2 | 3 | typedef Signals = String; -------------------------------------------------------------------------------- /test/_generated-libs/node/haxelib.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/haxelib.json -------------------------------------------------------------------------------- /test/_generated-libs/node/js/lib/ArrayLike.hx: -------------------------------------------------------------------------------- 1 | package js.lib; 2 | 3 | typedef ArrayLike = { 4 | final length : Float; 5 | }; -------------------------------------------------------------------------------- /test/_generated-libs/node/js/lib/DataViewConstructor.hx: -------------------------------------------------------------------------------- 1 | package js.lib; 2 | 3 | typedef DataViewConstructor = { }; -------------------------------------------------------------------------------- /test/_generated-libs/node/js/lib/IJSON.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/js/lib/IJSON.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/js/lib/JSON.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/js/lib/JSON.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/js/lib/PropertyDescriptorMap.hx: -------------------------------------------------------------------------------- 1 | package js.lib; 2 | 3 | typedef PropertyDescriptorMap = { }; -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Assert.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Assert.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Buffer.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Buffer.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Cluster.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Cluster.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Crypto.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Crypto.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Dgram.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Dgram.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Dns.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Dns.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Domain.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Domain.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Events.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Events.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Fs.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Fs.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Http.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Http.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Http2.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Http2.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Https.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Https.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Net.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Net.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Os.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Os.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Path.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Path.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Repl.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Repl.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Tls.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Tls.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Tty.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Tty.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Url.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Url.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Util.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Util.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/V8.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/V8.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Vm.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Vm.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/Zlib.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/node/Zlib.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/node/crypto/CipherCCMTypes.hx: -------------------------------------------------------------------------------- 1 | package node.crypto; 2 | 3 | typedef CipherCCMTypes = String; -------------------------------------------------------------------------------- /test/_generated-libs/node/node/crypto/CipherGCMTypes.hx: -------------------------------------------------------------------------------- 1 | package node.crypto; 2 | 3 | typedef CipherGCMTypes = String; -------------------------------------------------------------------------------- /test/_generated-libs/node/node/crypto/ECDHKeyFormat.hx: -------------------------------------------------------------------------------- 1 | package node.crypto; 2 | 3 | typedef ECDHKeyFormat = String; -------------------------------------------------------------------------------- /test/_generated-libs/node/node/crypto/KeyFormat.hx: -------------------------------------------------------------------------------- 1 | package node.crypto; 2 | 3 | typedef KeyFormat = String; -------------------------------------------------------------------------------- /test/_generated-libs/node/node/crypto/KeyObjectType.hx: -------------------------------------------------------------------------------- 1 | package node.crypto; 2 | 3 | typedef KeyObjectType = String; -------------------------------------------------------------------------------- /test/_generated-libs/node/node/crypto/KeyType.hx: -------------------------------------------------------------------------------- 1 | package node.crypto; 2 | 3 | typedef KeyType = String; -------------------------------------------------------------------------------- /test/_generated-libs/node/node/dgram/SocketType.hx: -------------------------------------------------------------------------------- 1 | package node.dgram; 2 | 3 | typedef SocketType = String; -------------------------------------------------------------------------------- /test/_generated-libs/node/node/fs/symlink/Type_.hx: -------------------------------------------------------------------------------- 1 | package node.fs.symlink; 2 | 3 | typedef Type_ = String; -------------------------------------------------------------------------------- /test/_generated-libs/node/node/http/OutgoingHttpHeaders.hx: -------------------------------------------------------------------------------- 1 | package node.http; 2 | 3 | typedef OutgoingHttpHeaders = { }; -------------------------------------------------------------------------------- /test/_generated-libs/node/node/https/ServerOptions.hx: -------------------------------------------------------------------------------- 1 | package node.https; 2 | 3 | typedef ServerOptions = Dynamic; -------------------------------------------------------------------------------- /test/_generated-libs/node/node/querystring/ParsedUrlQuery.hx: -------------------------------------------------------------------------------- 1 | package node.querystring; 2 | 3 | typedef ParsedUrlQuery = { }; -------------------------------------------------------------------------------- /test/_generated-libs/node/node/repl/REPLWriter.hx: -------------------------------------------------------------------------------- 1 | package node.repl; 2 | 3 | typedef REPLWriter = (obj:Dynamic) -> String; -------------------------------------------------------------------------------- /test/_generated-libs/node/node/stream/Pipe.hx: -------------------------------------------------------------------------------- 1 | package node.stream; 2 | 3 | typedef Pipe = { }; -------------------------------------------------------------------------------- /test/_generated-libs/node/node/tls/SecureVersion.hx: -------------------------------------------------------------------------------- 1 | package node.tls; 2 | 3 | typedef SecureVersion = String; -------------------------------------------------------------------------------- /test/_generated-libs/node/node/v8/DoesZapCodeSpaceFlag.hx: -------------------------------------------------------------------------------- 1 | package node.v8; 2 | 3 | typedef DoesZapCodeSpaceFlag = Int; -------------------------------------------------------------------------------- /test/_generated-libs/node/node/vm/Context.hx: -------------------------------------------------------------------------------- 1 | package node.vm; 2 | 3 | typedef Context = { }; -------------------------------------------------------------------------------- /test/_generated-libs/node/ts/AnyOf2.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/ts/AnyOf2.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/ts/AnyOf3.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/ts/AnyOf3.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/ts/AnyOf4.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/ts/AnyOf4.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/ts/AnyOf5.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/ts/AnyOf5.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/ts/AnyOf7.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/ts/AnyOf7.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/ts/AnyOf9.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/ts/AnyOf9.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/ts/Tuple1.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/ts/Tuple1.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/ts/Tuple2.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/ts/Tuple2.hx -------------------------------------------------------------------------------- /test/_generated-libs/node/ts/Tuple5.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/node/ts/Tuple5.hx -------------------------------------------------------------------------------- /test/_generated-libs/qs/Qs.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/qs/Qs.hx -------------------------------------------------------------------------------- /test/_generated-libs/qs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/qs/README.md -------------------------------------------------------------------------------- /test/_generated-libs/qs/global/Qs.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/qs/global/Qs.hx -------------------------------------------------------------------------------- /test/_generated-libs/qs/global/qs/ParsedQs.hx: -------------------------------------------------------------------------------- 1 | package global.qs; 2 | 3 | typedef ParsedQs = { }; -------------------------------------------------------------------------------- /test/_generated-libs/qs/global/qs/PoorMansUnknown.hx: -------------------------------------------------------------------------------- 1 | package global.qs; 2 | 3 | typedef PoorMansUnknown = Null<{ }>; -------------------------------------------------------------------------------- /test/_generated-libs/qs/haxelib.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/qs/haxelib.json -------------------------------------------------------------------------------- /test/_generated-libs/qs/qs/ParsedQs.hx: -------------------------------------------------------------------------------- 1 | package qs; 2 | 3 | typedef ParsedQs = { }; -------------------------------------------------------------------------------- /test/_generated-libs/qs/qs/PoorMansUnknown.hx: -------------------------------------------------------------------------------- 1 | package qs; 2 | 3 | typedef PoorMansUnknown = Null<{ }>; -------------------------------------------------------------------------------- /test/_generated-libs/qs/ts/AnyOf2.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/qs/ts/AnyOf2.hx -------------------------------------------------------------------------------- /test/_generated-libs/qs/ts/AnyOf3.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/qs/ts/AnyOf3.hx -------------------------------------------------------------------------------- /test/_generated-libs/range-parser/range_parser/Result.hx: -------------------------------------------------------------------------------- 1 | package range_parser; 2 | 3 | typedef Result = Int; -------------------------------------------------------------------------------- /test/_generated-libs/range-parser/range_parser/ResultInvalid.hx: -------------------------------------------------------------------------------- 1 | package range_parser; 2 | 3 | typedef ResultInvalid = Int; -------------------------------------------------------------------------------- /test/_generated-libs/sizzle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/sizzle/README.md -------------------------------------------------------------------------------- /test/_generated-libs/sizzle/Sizzle.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/sizzle/Sizzle.hx -------------------------------------------------------------------------------- /test/_generated-libs/sizzle/global/sizzle/selectors/Matches.hx: -------------------------------------------------------------------------------- 1 | package global.sizzle.selectors; 2 | 3 | typedef Matches = { }; -------------------------------------------------------------------------------- /test/_generated-libs/sizzle/sizzle/selectors/FilterFunctions.hx: -------------------------------------------------------------------------------- 1 | package sizzle.selectors; 2 | 3 | typedef FilterFunctions = { }; -------------------------------------------------------------------------------- /test/_generated-libs/sizzle/sizzle/selectors/FindFunctions.hx: -------------------------------------------------------------------------------- 1 | package sizzle.selectors; 2 | 3 | typedef FindFunctions = { }; -------------------------------------------------------------------------------- /test/_generated-libs/sizzle/sizzle/selectors/Matches.hx: -------------------------------------------------------------------------------- 1 | package sizzle.selectors; 2 | 3 | typedef Matches = { }; -------------------------------------------------------------------------------- /test/_generated-libs/sizzle/sizzle/selectors/PseudoFunctions.hx: -------------------------------------------------------------------------------- 1 | package sizzle.selectors; 2 | 3 | typedef PseudoFunctions = { }; -------------------------------------------------------------------------------- /test/_generated-libs/three/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/three/README.md -------------------------------------------------------------------------------- /test/_generated-libs/three/Three.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/three/Three.hx -------------------------------------------------------------------------------- /test/_generated-libs/three/global/three/RenderTarget.hx: -------------------------------------------------------------------------------- 1 | package global.three; 2 | 3 | typedef RenderTarget = { }; -------------------------------------------------------------------------------- /test/_generated-libs/three/three/IUniform.hx: -------------------------------------------------------------------------------- 1 | package three; 2 | 3 | typedef IUniform = { 4 | var value : Dynamic; 5 | }; -------------------------------------------------------------------------------- /test/_generated-libs/three/three/RenderTarget.hx: -------------------------------------------------------------------------------- 1 | package three; 2 | 3 | typedef RenderTarget = { }; -------------------------------------------------------------------------------- /test/_generated-libs/vscode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/vscode/README.md -------------------------------------------------------------------------------- /test/_generated-libs/vscode/Vscode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/vscode/Vscode.hx -------------------------------------------------------------------------------- /test/_generated-libs/vue/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/vue/README.md -------------------------------------------------------------------------------- /test/_generated-libs/vue/global/Vue.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/vue/global/Vue.hx -------------------------------------------------------------------------------- /test/_generated-libs/vue/haxelib.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/vue/haxelib.json -------------------------------------------------------------------------------- /test/_generated-libs/vue/ts/AnyOf2.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/vue/ts/AnyOf2.hx -------------------------------------------------------------------------------- /test/_generated-libs/vue/ts/AnyOf3.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/vue/ts/AnyOf3.hx -------------------------------------------------------------------------------- /test/_generated-libs/vue/ts/AnyOf4.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/vue/ts/AnyOf4.hx -------------------------------------------------------------------------------- /test/_generated-libs/vue/ts/AnyOf5.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/vue/ts/AnyOf5.hx -------------------------------------------------------------------------------- /test/_generated-libs/vue/ts/AnyOf6.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/vue/ts/AnyOf6.hx -------------------------------------------------------------------------------- /test/_generated-libs/vue/ts/AnyOf7.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/vue/ts/AnyOf7.hx -------------------------------------------------------------------------------- /test/_generated-libs/vue/ts/Tuple1.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/vue/ts/Tuple1.hx -------------------------------------------------------------------------------- /test/_generated-libs/vue/ts/Tuple2.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/vue/ts/Tuple2.hx -------------------------------------------------------------------------------- /test/_generated-libs/vue/vue/IVue.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/vue/vue/IVue.hx -------------------------------------------------------------------------------- /test/_generated-libs/vue/vue/VNode.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/vue/vue/VNode.hx -------------------------------------------------------------------------------- /test/_generated-libs/vue/vue/Vue.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-libs/vue/vue/Vue.hx -------------------------------------------------------------------------------- /test/_generated-unit/big_js/Big.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-unit/big_js/Big.hx -------------------------------------------------------------------------------- /test/_generated-unit/big_js/BigSource.hx: -------------------------------------------------------------------------------- 1 | package big_js; 2 | 3 | typedef BigSource = ts.AnyOf3; -------------------------------------------------------------------------------- /test/_generated-unit/big_js/Big_.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-unit/big_js/Big_.hx -------------------------------------------------------------------------------- /test/_generated-unit/big_js/IBig.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-unit/big_js/IBig.hx -------------------------------------------------------------------------------- /test/_generated-unit/global/Big.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-unit/global/Big.hx -------------------------------------------------------------------------------- /test/_generated-unit/global/ambientnamespace/Num.hx: -------------------------------------------------------------------------------- 1 | package global.ambientnamespace; 2 | 3 | typedef Num = Float; -------------------------------------------------------------------------------- /test/_generated-unit/global/ambientvaluemodule/Num.hx: -------------------------------------------------------------------------------- 1 | package global.ambientvaluemodule; 2 | 3 | typedef Num = Float; -------------------------------------------------------------------------------- /test/_generated-unit/js/lib/Boolean.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-unit/js/lib/Boolean.hx -------------------------------------------------------------------------------- /test/_generated-unit/js/lib/IArray.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-unit/js/lib/IArray.hx -------------------------------------------------------------------------------- /test/_generated-unit/js/lib/INumber.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-unit/js/lib/INumber.hx -------------------------------------------------------------------------------- /test/_generated-unit/js/lib/Number.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-unit/js/lib/Number.hx -------------------------------------------------------------------------------- /test/_generated-unit/ts/AnyOf2.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-unit/ts/AnyOf2.hx -------------------------------------------------------------------------------- /test/_generated-unit/ts/AnyOf3.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-unit/ts/AnyOf3.hx -------------------------------------------------------------------------------- /test/_generated-unit/ts/AnyOf4.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-unit/ts/AnyOf4.hx -------------------------------------------------------------------------------- /test/_generated-unit/ts/Tuple1.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-unit/ts/Tuple1.hx -------------------------------------------------------------------------------- /test/_generated-unit/ts/Tuple2.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-unit/ts/Tuple2.hx -------------------------------------------------------------------------------- /test/_generated-unit/ts/Tuple3.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-unit/ts/Tuple3.hx -------------------------------------------------------------------------------- /test/_generated-unit/ts/Undefined.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-unit/ts/Undefined.hx -------------------------------------------------------------------------------- /test/_generated-unit/unit/Class_.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-unit/unit/Class_.hx -------------------------------------------------------------------------------- /test/_generated-unit/unit/Interface.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-unit/unit/Interface.hx -------------------------------------------------------------------------------- /test/_generated-unit/unit/Symbols.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/_generated-unit/unit/Symbols.hx -------------------------------------------------------------------------------- /test/_generated-unit/unit/ambient/module/Num.hx: -------------------------------------------------------------------------------- 1 | package unit.ambient.module; 2 | 3 | typedef Num = Float; -------------------------------------------------------------------------------- /test/_generated-unit/unit/interface_/Base2.hx: -------------------------------------------------------------------------------- 1 | package unit.interface_; 2 | 3 | typedef Base2 = { 4 | var field2 : Float; 5 | }; -------------------------------------------------------------------------------- /test/_generated-unit/unit/interface_/Base3.hx: -------------------------------------------------------------------------------- 1 | package unit.interface_; 2 | 3 | typedef Base3 = { 4 | var field3 : Float; 5 | }; -------------------------------------------------------------------------------- /test/_generated-unit/unit/symbols/NameClash_.hx: -------------------------------------------------------------------------------- 1 | package unit.symbols; 2 | 3 | typedef NameClash_ = String; -------------------------------------------------------------------------------- /test/_generated-unit/unit/symbols/classvaluemodule/Y.hx: -------------------------------------------------------------------------------- 1 | package unit.symbols.classvaluemodule; 2 | 3 | typedef Y = String; -------------------------------------------------------------------------------- /test/_generated-unit/unit/symbols/enumvaluemodule/Y.hx: -------------------------------------------------------------------------------- 1 | package unit.symbols.enumvaluemodule; 2 | 3 | typedef Y = String; -------------------------------------------------------------------------------- /test/_generated-unit/unit/type_parameters/ShadowT.hx: -------------------------------------------------------------------------------- 1 | package unit.type_parameters; 2 | 3 | typedef ShadowT = Float; -------------------------------------------------------------------------------- /test/dom.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/dom.d.ts -------------------------------------------------------------------------------- /test/issue/122/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/issue/122/package-lock.json -------------------------------------------------------------------------------- /test/issue/122/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/issue/122/package.json -------------------------------------------------------------------------------- /test/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/package-lock.json -------------------------------------------------------------------------------- /test/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/package.json -------------------------------------------------------------------------------- /test/run-examples.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/run-examples.sh -------------------------------------------------------------------------------- /test/unit/ambient.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/ambient.d.ts -------------------------------------------------------------------------------- /test/unit/built-in.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/built-in.d.ts -------------------------------------------------------------------------------- /test/unit/class.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/class.d.ts -------------------------------------------------------------------------------- /test/unit/edge-cases/ambient.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/edge-cases/ambient.d.ts -------------------------------------------------------------------------------- /test/unit/edge-cases/blobfish.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/edge-cases/blobfish.d.ts -------------------------------------------------------------------------------- /test/unit/edge-cases/cat.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/edge-cases/cat.d.ts -------------------------------------------------------------------------------- /test/unit/edge-cases/inaccessible.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/edge-cases/inaccessible.d.ts -------------------------------------------------------------------------------- /test/unit/edge-cases/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/edge-cases/index.d.ts -------------------------------------------------------------------------------- /test/unit/edge-cases/kitten.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/edge-cases/kitten.d.ts -------------------------------------------------------------------------------- /test/unit/enum.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/enum.d.ts -------------------------------------------------------------------------------- /test/unit/export-array.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/export-array.d.ts -------------------------------------------------------------------------------- /test/unit/export-const.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/export-const.d.ts -------------------------------------------------------------------------------- /test/unit/export-default.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/export-default.d.ts -------------------------------------------------------------------------------- /test/unit/export-function.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/export-function.d.ts -------------------------------------------------------------------------------- /test/unit/export-object.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/export-object.d.ts -------------------------------------------------------------------------------- /test/unit/export=.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/export=.d.ts -------------------------------------------------------------------------------- /test/unit/interface.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/interface.d.ts -------------------------------------------------------------------------------- /test/unit/named-tuple.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/named-tuple.d.ts -------------------------------------------------------------------------------- /test/unit/symbols.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/symbols.d.ts -------------------------------------------------------------------------------- /test/unit/templates/global/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/templates/global/index.d.ts -------------------------------------------------------------------------------- /test/unit/templates/module/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/templates/module/index.d.ts -------------------------------------------------------------------------------- /test/unit/type-parameters.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/type-parameters.d.ts -------------------------------------------------------------------------------- /test/unit/types.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haxiomic/dts2hx/HEAD/test/unit/types.d.ts --------------------------------------------------------------------------------