pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add haxe version 4.0.0



Module Name:	pkgsrc-wip
Committed By:	Maya Rashish <maya%NetBSD.org@localhost>
Pushed By:	coypu
Date:		Sat Nov 2 17:10:41 2019 +0200
Changeset:	2b0df28733bff9a072928f90bf8f1d1aa51e11e2

Added Files:
	haxe/DESCR
	haxe/Makefile
	haxe/PLIST
	haxe/distinfo
	haxe/patches/patch-Makefile
	haxe/patches/patch-libs_extc_process__stubs.c
	haxe/patches/patch-libs_pcre_Makefile

Log Message:
Add haxe version 4.0.0

Haxe is an open source toolkit that allows you to easily build
cross-platform tools and applications that target many mainstream
platforms. The Haxe toolkit includes:

 -  The Haxe programming language, a modern, high-level, strictly-typed
    programming language
 -  The Haxe cross-compiler, a state-of-the-art, lightning-speed
    compiler for many targets
 -  The Haxe standard library, a complete, cross-platform library of
    common functionality

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2b0df28733bff9a072928f90bf8f1d1aa51e11e2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 haxe/DESCR                                    |   10 +
 haxe/Makefile                                 |   48 +
 haxe/PLIST                                    | 2424 +++++++++++++++++++++++++
 haxe/distinfo                                 |   17 +
 haxe/patches/patch-Makefile                   |   16 +
 haxe/patches/patch-libs_extc_process__stubs.c |   16 +
 haxe/patches/patch-libs_pcre_Makefile         |   14 +
 7 files changed, 2545 insertions(+)

diffs:
diff --git a/haxe/DESCR b/haxe/DESCR
new file mode 100644
index 0000000000..8be71aa300
--- /dev/null
+++ b/haxe/DESCR
@@ -0,0 +1,10 @@
+Haxe is an open source toolkit that allows you to easily build
+cross-platform tools and applications that target many mainstream
+platforms. The Haxe toolkit includes:
+
+ -  The Haxe programming language, a modern, high-level, strictly-typed
+    programming language
+ -  The Haxe cross-compiler, a state-of-the-art, lightning-speed
+    compiler for many targets
+ -  The Haxe standard library, a complete, cross-platform library of
+    common functionality
diff --git a/haxe/Makefile b/haxe/Makefile
new file mode 100644
index 0000000000..e7fc167698
--- /dev/null
+++ b/haxe/Makefile
@@ -0,0 +1,48 @@
+# $NetBSD: Makefile,v 1.20 2019/08/27 19:56:03 schmonz Exp $
+
+GITHUB_PROJECT=	haxe
+DISTNAME=	haxe-4.0.0
+CATEGORIES=	lang
+MASTER_SITES=	${MASTER_SITE_GITHUB:=HaxeFoundation/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/ocaml-community/sedlex
+COMMENT=	Programming language that produces cross-platofrm binaries
+LICENSE=	isc
+
+DIST_SUBDIR=	${PKGBASE}
+
+HAXELIB=	haxelib
+HAXELIB_TAG=	4.0.0
+SITES.${HAXELIB}-${HAXELIB_TAG}.tar.gz=	\
+	-https://codeload.github.com/HaxeFoundation/haxelib/tar.gz/${HAXELIB_TAG}
+
+HXCOMPAT=	hx3compat
+HXCOMPAT_TAG=	ae0d8a85666199b52aed8987c9feaf297c3f66d4
+SITES.${HXCOMPAT_TAG}.tar.gz=	\
+	-https://codeload.github.com/HaxeFoundation/hx3compat/tar.gz/${HXCOMPAT_TAG}
+
+DISTFILES+=	${DISTNAME}${EXTRACT_SUFX} ${HAXELIB}-${HAXELIB_TAG}.tar.gz ${HXCOMPAT_TAG}.tar.gz
+
+USE_TOOLS+=	gmake
+
+SUBST_CLASSES+=		pcreinc
+SUBST_STAGE.pcreinc=	pre-configure
+SUBST_FILES.pcreinc=	libs/pcre/Makefile
+SUBST_VARS.pcreinc=	PREFIX
+
+MAKE_JOBS_SAFE=		no
+
+post-extract:
+	${CP} -pR ${WRKDIR}/${HAXELIB}-${HAXELIB_TAG}/* ${WRKSRC}/extra/haxelib_src/
+	${CP} -pR ${WRKDIR}/${HXCOMPAT}-${HXCOMPAT_TAG}/* ${WRKSRC}/extra/haxelib_src/hx3compat
+
+DEPENDS+=	neko-[0-9]*:../../wip/neko
+
+.include "../../wip/ocaml-ptmap/buildlink3.mk"
+.include "../../wip/ocaml-sha/buildlink3.mk"
+.include "../../wip/ocaml-sedlex/buildlink3.mk"
+.include "../../lang/ocaml/buildlink3.mk"
+.include "../../devel/ocaml-dune/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/haxe/PLIST b/haxe/PLIST
new file mode 100644
index 0000000000..ba6824cffa
--- /dev/null
+++ b/haxe/PLIST
@@ -0,0 +1,2424 @@
+@comment $NetBSD$
+bin/haxe
+bin/haxelib
+share/haxe/std/Any.hx
+share/haxe/std/Array.hx
+share/haxe/std/Class.hx
+share/haxe/std/Date.hx
+share/haxe/std/DateTools.hx
+share/haxe/std/EReg.hx
+share/haxe/std/Enum.hx
+share/haxe/std/EnumValue.hx
+share/haxe/std/IntIterator.hx
+share/haxe/std/Lambda.hx
+share/haxe/std/List.hx
+share/haxe/std/Map.hx
+share/haxe/std/Math.hx
+share/haxe/std/Reflect.hx
+share/haxe/std/Std.hx
+share/haxe/std/StdTypes.hx
+share/haxe/std/String.hx
+share/haxe/std/StringBuf.hx
+share/haxe/std/StringTools.hx
+share/haxe/std/Sys.hx
+share/haxe/std/Type.hx
+share/haxe/std/UInt.hx
+share/haxe/std/UnicodeString.hx
+share/haxe/std/Xml.hx
+share/haxe/std/cpp/ArrayBase.hx
+share/haxe/std/cpp/AtomicInt.hx
+share/haxe/std/cpp/AutoCast.hx
+share/haxe/std/cpp/Callable.hx
+share/haxe/std/cpp/CastCharStar.hx
+share/haxe/std/cpp/Char.hx
+share/haxe/std/cpp/ConstCharStar.hx
+share/haxe/std/cpp/ConstPointer.hx
+share/haxe/std/cpp/ConstStar.hx
+share/haxe/std/cpp/EnumBase.hx
+share/haxe/std/cpp/ErrorConstants.hx
+share/haxe/std/cpp/FILE.hx
+share/haxe/std/cpp/FastIterator.hx
+share/haxe/std/cpp/Finalizable.hx
+share/haxe/std/cpp/Float32.hx
+share/haxe/std/cpp/Float64.hx
+share/haxe/std/cpp/Function.hx
+share/haxe/std/cpp/Int16.hx
+share/haxe/std/cpp/Int32.hx
+share/haxe/std/cpp/Int64.hx
+share/haxe/std/cpp/Int8.hx
+share/haxe/std/cpp/Lib.hx
+share/haxe/std/cpp/Native.hx
+share/haxe/std/cpp/NativeArc.hx
+share/haxe/std/cpp/NativeArray.hx
+share/haxe/std/cpp/NativeFile.hx
+share/haxe/std/cpp/NativeGc.hx
+share/haxe/std/cpp/NativeMath.hx
+share/haxe/std/cpp/NativeProcess.hx
+share/haxe/std/cpp/NativeRandom.hx
+share/haxe/std/cpp/NativeSocket.hx
+share/haxe/std/cpp/NativeSsl.hx
+share/haxe/std/cpp/NativeString.hx
+share/haxe/std/cpp/NativeSys.hx
+share/haxe/std/cpp/NativeXml.hx
+share/haxe/std/cpp/NativeXmlImport.cpp
+share/haxe/std/cpp/Object.hx
+share/haxe/std/cpp/ObjectType.hx
+share/haxe/std/cpp/Pointer.hx
+share/haxe/std/cpp/Prime.hx
+share/haxe/std/cpp/Random.hx
+share/haxe/std/cpp/RawConstPointer.hx
+share/haxe/std/cpp/RawPointer.hx
+share/haxe/std/cpp/Reference.hx
+share/haxe/std/cpp/SizeT.hx
+share/haxe/std/cpp/Star.hx
+share/haxe/std/cpp/StdString.hx
+share/haxe/std/cpp/StdStringRef.hx
+share/haxe/std/cpp/Stdio.hx
+share/haxe/std/cpp/Stdlib.hx
+share/haxe/std/cpp/Struct.hx
+share/haxe/std/cpp/UInt16.hx
+share/haxe/std/cpp/UInt32.hx
+share/haxe/std/cpp/UInt64.hx
+share/haxe/std/cpp/UInt8.hx
+share/haxe/std/cpp/VarArg.hx
+share/haxe/std/cpp/VirtualArray.hx
+share/haxe/std/cpp/Void.hx
+share/haxe/std/cpp/_std/Date.hx
+share/haxe/std/cpp/_std/EReg.hx
+share/haxe/std/cpp/_std/Reflect.hx
+share/haxe/std/cpp/_std/Std.hx
+share/haxe/std/cpp/_std/StringBuf.hx
+share/haxe/std/cpp/_std/Sys.hx
+share/haxe/std/cpp/_std/Type.hx
+share/haxe/std/cpp/_std/haxe/Int64.hx
+share/haxe/std/cpp/_std/haxe/Log.hx
+share/haxe/std/cpp/_std/haxe/Resource.hx
+share/haxe/std/cpp/_std/haxe/Utf8.hx
+share/haxe/std/cpp/_std/haxe/ds/IntMap.hx
+share/haxe/std/cpp/_std/haxe/ds/ObjectMap.hx
+share/haxe/std/cpp/_std/haxe/ds/StringMap.hx
+share/haxe/std/cpp/_std/haxe/ds/WeakMap.hx
+share/haxe/std/cpp/_std/haxe/zip/Compress.hx
+share/haxe/std/cpp/_std/haxe/zip/Uncompress.hx
+share/haxe/std/cpp/_std/sys/FileSystem.hx
+share/haxe/std/cpp/_std/sys/db/Mysql.hx
+share/haxe/std/cpp/_std/sys/db/Sqlite.hx
+share/haxe/std/cpp/_std/sys/io/File.hx
+share/haxe/std/cpp/_std/sys/io/FileInput.hx
+share/haxe/std/cpp/_std/sys/io/FileOutput.hx
+share/haxe/std/cpp/_std/sys/io/Process.hx
+share/haxe/std/cpp/_std/sys/net/Host.hx
+share/haxe/std/cpp/_std/sys/net/Socket.hx
+share/haxe/std/cpp/_std/sys/net/UdpSocket.hx
+share/haxe/std/cpp/_std/sys/ssl/Certificate.hx
+share/haxe/std/cpp/_std/sys/ssl/Digest.hx
+share/haxe/std/cpp/_std/sys/ssl/Key.hx
+share/haxe/std/cpp/_std/sys/ssl/Socket.hx
+share/haxe/std/cpp/_std/sys/thread/Deque.hx
+share/haxe/std/cpp/_std/sys/thread/Lock.hx
+share/haxe/std/cpp/_std/sys/thread/Mutex.hx
+share/haxe/std/cpp/_std/sys/thread/Thread.hx
+share/haxe/std/cpp/_std/sys/thread/Tls.hx
+share/haxe/std/cpp/abi/Abi.hx
+share/haxe/std/cpp/abi/CDecl.hx
+share/haxe/std/cpp/abi/FastCall.hx
+share/haxe/std/cpp/abi/StdCall.hx
+share/haxe/std/cpp/abi/ThisCall.hx
+share/haxe/std/cpp/abi/Winapi.hx
+share/haxe/std/cpp/cppia/Host.hx
+share/haxe/std/cpp/cppia/HostClasses.hx
+share/haxe/std/cpp/cppia/Module.hx
+share/haxe/std/cpp/link/StaticMysql.hx
+share/haxe/std/cpp/link/StaticRegexp.hx
+share/haxe/std/cpp/link/StaticSqlite.hx
+share/haxe/std/cpp/link/StaticStd.hx
+share/haxe/std/cpp/link/StaticZlib.hx
+share/haxe/std/cpp/net/Poll.hx
+share/haxe/std/cpp/net/ThreadServer.hx
+share/haxe/std/cpp/objc/NSData.hx
+share/haxe/std/cpp/objc/NSDictionary.hx
+share/haxe/std/cpp/objc/NSError.hx
+share/haxe/std/cpp/objc/NSLog.hx
+share/haxe/std/cpp/objc/NSObject.hx
+share/haxe/std/cpp/objc/NSString.hx
+share/haxe/std/cpp/objc/ObjcBlock.hx
+share/haxe/std/cpp/objc/Protocol.hx
+share/haxe/std/cpp/rtti/FieldIntegerLookup.hx
+share/haxe/std/cpp/rtti/FieldNumericIntegerLookup.hx
+share/haxe/std/cpp/vm/Debugger.hx
+share/haxe/std/cpp/vm/Deque.hx
+share/haxe/std/cpp/vm/ExecutionTrace.hx
+share/haxe/std/cpp/vm/Gc.hx
+share/haxe/std/cpp/vm/Lock.hx
+share/haxe/std/cpp/vm/Mutex.hx
+share/haxe/std/cpp/vm/Profiler.hx
+share/haxe/std/cpp/vm/Thread.hx
+share/haxe/std/cpp/vm/Tls.hx
+share/haxe/std/cpp/vm/Unsafe.hx
+share/haxe/std/cpp/vm/WeakRef.hx
+share/haxe/std/cpp/zip/Compress.hx
+share/haxe/std/cpp/zip/Flush.hx
+share/haxe/std/cpp/zip/Uncompress.hx
+share/haxe/std/cs/Boot.hx
+share/haxe/std/cs/Constraints.hx
+share/haxe/std/cs/Flags.hx
+share/haxe/std/cs/Lib.hx
+share/haxe/std/cs/NativeArray.hx
+share/haxe/std/cs/Out.hx
+share/haxe/std/cs/Pointer.hx
+share/haxe/std/cs/Ref.hx
+share/haxe/std/cs/StdTypes.hx
+share/haxe/std/cs/_std/Array.hx
+share/haxe/std/cs/_std/Date.hx
+share/haxe/std/cs/_std/EReg.hx
+share/haxe/std/cs/_std/Math.hx
+share/haxe/std/cs/_std/Reflect.hx
+share/haxe/std/cs/_std/Std.hx
+share/haxe/std/cs/_std/String.hx
+share/haxe/std/cs/_std/StringBuf.hx
+share/haxe/std/cs/_std/Sys.hx
+share/haxe/std/cs/_std/Type.hx
+share/haxe/std/cs/_std/haxe/Int64.hx
+share/haxe/std/cs/_std/haxe/Resource.hx
+share/haxe/std/cs/_std/haxe/ds/IntMap.hx
+share/haxe/std/cs/_std/haxe/ds/ObjectMap.hx
+share/haxe/std/cs/_std/haxe/ds/StringMap.hx
+share/haxe/std/cs/_std/sys/FileSystem.hx
+share/haxe/std/cs/_std/sys/db/Sqlite.hx
+share/haxe/std/cs/_std/sys/io/File.hx
+share/haxe/std/cs/_std/sys/io/FileInput.hx
+share/haxe/std/cs/_std/sys/io/FileOutput.hx
+share/haxe/std/cs/_std/sys/io/Process.hx
+share/haxe/std/cs/_std/sys/net/Host.hx
+share/haxe/std/cs/_std/sys/net/Socket.hx
+share/haxe/std/cs/_std/sys/thread/Deque.hx
+share/haxe/std/cs/_std/sys/thread/Lock.hx
+share/haxe/std/cs/_std/sys/thread/Mutex.hx
+share/haxe/std/cs/_std/sys/thread/Thread.hx
+share/haxe/std/cs/_std/sys/thread/Tls.hx
+share/haxe/std/cs/db/AdoNet.hx
+share/haxe/std/cs/internal/BoxedPointer.hx
+share/haxe/std/cs/internal/Exceptions.hx
+share/haxe/std/cs/internal/FieldLookup.hx
+share/haxe/std/cs/internal/Function.hx
+share/haxe/std/cs/internal/HxObject.hx
+share/haxe/std/cs/internal/Null.hx
+share/haxe/std/cs/internal/Runtime.hx
+share/haxe/std/cs/internal/StringExt.hx
+share/haxe/std/cs/io/NativeInput.hx
+share/haxe/std/cs/io/NativeOutput.hx
+share/haxe/std/cs/types/Char16.hx
+share/haxe/std/cs/types/Int16.hx
+share/haxe/std/cs/types/Int64.hx
+share/haxe/std/cs/types/Int8.hx
+share/haxe/std/cs/types/UInt16.hx
+share/haxe/std/cs/types/UInt64.hx
+share/haxe/std/cs/types/UInt8.hx
+share/haxe/std/eval/Vector.hx
+share/haxe/std/eval/_std/EReg.hx
+share/haxe/std/eval/_std/StringBuf.hx
+share/haxe/std/eval/_std/Sys.hx
+share/haxe/std/eval/_std/haxe/Resource.hx
+share/haxe/std/eval/_std/haxe/Utf8.hx
+share/haxe/std/eval/_std/haxe/io/Bytes.hx
+share/haxe/std/eval/_std/haxe/io/BytesBuffer.hx
+share/haxe/std/eval/_std/haxe/io/BytesData.hx
+share/haxe/std/eval/_std/haxe/zip/Compress.hx
+share/haxe/std/eval/_std/haxe/zip/Uncompress.hx
+share/haxe/std/eval/_std/sys/FileSystem.hx
+share/haxe/std/eval/_std/sys/io/File.hx
+share/haxe/std/eval/_std/sys/io/FileInput.hx
+share/haxe/std/eval/_std/sys/io/FileOutput.hx
+share/haxe/std/eval/_std/sys/io/Process.hx
+share/haxe/std/eval/_std/sys/net/Host.hx
+share/haxe/std/eval/_std/sys/net/Socket.hx
+share/haxe/std/eval/_std/sys/thread/Thread.hx
+share/haxe/std/eval/vm/Context.hx
+share/haxe/std/eval/vm/Gc.hx
+share/haxe/std/eval/vm/NativeThread.hx
+share/haxe/std/flash/AnyType.hx
+share/haxe/std/flash/Boot.hx
+share/haxe/std/flash/Lib.hx
+share/haxe/std/flash/Memory.hx
+share/haxe/std/flash/NativeXml.hx
+share/haxe/std/flash/Vector.hx
+share/haxe/std/flash/_std/EReg.hx
+share/haxe/std/flash/_std/Reflect.hx
+share/haxe/std/flash/_std/Std.hx
+share/haxe/std/flash/_std/String.hx
+share/haxe/std/flash/_std/Type.hx
+share/haxe/std/flash/_std/haxe/Http.hx
+share/haxe/std/flash/_std/haxe/Json.hx
+share/haxe/std/flash/_std/haxe/Log.hx
+share/haxe/std/flash/_std/haxe/Resource.hx
+share/haxe/std/flash/_std/haxe/ds/IntMap.hx
+share/haxe/std/flash/_std/haxe/ds/ObjectMap.hx
+share/haxe/std/flash/_std/haxe/ds/StringMap.hx
+share/haxe/std/flash/_std/haxe/ds/UnsafeStringMap.hx
+share/haxe/std/flash/_std/haxe/ds/WeakMap.hx
+share/haxe/std/flash/_std/haxe/zip/Compress.hx
+share/haxe/std/flash/_std/haxe/zip/Uncompress.hx
+share/haxe/std/flash/accessibility/Accessibility.hx
+share/haxe/std/flash/accessibility/AccessibilityImplementation.hx
+share/haxe/std/flash/accessibility/AccessibilityProperties.hx
+share/haxe/std/flash/accessibility/ISearchableText.hx
+share/haxe/std/flash/accessibility/ISimpleTextSelection.hx
+share/haxe/std/flash/automation/ActionGenerator.hx
+share/haxe/std/flash/automation/AutomationAction.hx
+share/haxe/std/flash/automation/Configuration.hx
+share/haxe/std/flash/automation/KeyboardAutomationAction.hx
+share/haxe/std/flash/automation/MouseAutomationAction.hx
+share/haxe/std/flash/automation/StageCapture.hx
+share/haxe/std/flash/automation/StageCaptureEvent.hx
+share/haxe/std/flash/concurrent/Condition.hx
+share/haxe/std/flash/concurrent/Mutex.hx
+share/haxe/std/flash/desktop/Clipboard.hx
+share/haxe/std/flash/desktop/ClipboardFormats.hx
+share/haxe/std/flash/desktop/ClipboardTransferMode.hx
+share/haxe/std/flash/display/AVLoader.hx
+share/haxe/std/flash/display/AVM1Movie.hx
+share/haxe/std/flash/display/ActionScriptVersion.hx
+share/haxe/std/flash/display/Bitmap.hx
+share/haxe/std/flash/display/BitmapCompressColorSpace.hx
+share/haxe/std/flash/display/BitmapData.hx
+share/haxe/std/flash/display/BitmapDataChannel.hx
+share/haxe/std/flash/display/BitmapEncodingColorSpace.hx
+share/haxe/std/flash/display/BlendMode.hx
+share/haxe/std/flash/display/CapsStyle.hx
+share/haxe/std/flash/display/ColorCorrection.hx
+share/haxe/std/flash/display/ColorCorrectionSupport.hx
+share/haxe/std/flash/display/DisplayObject.hx
+share/haxe/std/flash/display/DisplayObjectContainer.hx
+share/haxe/std/flash/display/FocusDirection.hx
+share/haxe/std/flash/display/FrameLabel.hx
+share/haxe/std/flash/display/GradientType.hx
+share/haxe/std/flash/display/Graphics.hx
+share/haxe/std/flash/display/GraphicsBitmapFill.hx
+share/haxe/std/flash/display/GraphicsEndFill.hx
+share/haxe/std/flash/display/GraphicsGradientFill.hx
+share/haxe/std/flash/display/GraphicsPath.hx
+share/haxe/std/flash/display/GraphicsPathCommand.hx
+share/haxe/std/flash/display/GraphicsPathWinding.hx
+share/haxe/std/flash/display/GraphicsShaderFill.hx
+share/haxe/std/flash/display/GraphicsSolidFill.hx
+share/haxe/std/flash/display/GraphicsStroke.hx
+share/haxe/std/flash/display/GraphicsTrianglePath.hx
+share/haxe/std/flash/display/IBitmapCompressOptions.hx
+share/haxe/std/flash/display/IBitmapDrawable.hx
+share/haxe/std/flash/display/IDrawCommand.hx
+share/haxe/std/flash/display/IGraphicsData.hx
+share/haxe/std/flash/display/IGraphicsFill.hx
+share/haxe/std/flash/display/IGraphicsPath.hx
+share/haxe/std/flash/display/IGraphicsStroke.hx
+share/haxe/std/flash/display/InteractiveObject.hx
+share/haxe/std/flash/display/InterpolationMethod.hx
+share/haxe/std/flash/display/JPEGCompressOptions.hx
+share/haxe/std/flash/display/JPEGEncoderOptions.hx
+share/haxe/std/flash/display/JPEGXRCompressOptions.hx
+share/haxe/std/flash/display/JPEGXREncoderOptions.hx
+share/haxe/std/flash/display/JointStyle.hx
+share/haxe/std/flash/display/LineScaleMode.hx
+share/haxe/std/flash/display/Loader.hx
+share/haxe/std/flash/display/LoaderInfo.hx
+share/haxe/std/flash/display/MorphShape.hx
+share/haxe/std/flash/display/MovieClip.hx
+share/haxe/std/flash/display/NativeMenu.hx
+share/haxe/std/flash/display/NativeMenuItem.hx
+share/haxe/std/flash/display/PNGCompressOptions.hx
+share/haxe/std/flash/display/PNGEncoderOptions.hx
+share/haxe/std/flash/display/PixelSnapping.hx
+share/haxe/std/flash/display/SWFVersion.hx
+share/haxe/std/flash/display/Scene.hx
+share/haxe/std/flash/display/Shader.hx
+share/haxe/std/flash/display/ShaderData.hx
+share/haxe/std/flash/display/ShaderInput.hx
+share/haxe/std/flash/display/ShaderJob.hx
+share/haxe/std/flash/display/ShaderParameter.hx
+share/haxe/std/flash/display/ShaderParameterType.hx
+share/haxe/std/flash/display/ShaderPrecision.hx
+share/haxe/std/flash/display/Shape.hx
+share/haxe/std/flash/display/SimpleButton.hx
+share/haxe/std/flash/display/SpreadMethod.hx
+share/haxe/std/flash/display/Sprite.hx
+share/haxe/std/flash/display/Stage.hx
+share/haxe/std/flash/display/Stage3D.hx
+share/haxe/std/flash/display/StageAlign.hx
+share/haxe/std/flash/display/StageDisplayState.hx
+share/haxe/std/flash/display/StageQuality.hx
+share/haxe/std/flash/display/StageScaleMode.hx
+share/haxe/std/flash/display/StageWorker.hx
+share/haxe/std/flash/display/TriangleCulling.hx
+share/haxe/std/flash/display/Worker.hx
+share/haxe/std/flash/display3D/Context3D.hx
+share/haxe/std/flash/display3D/Context3DBlendFactor.hx
+share/haxe/std/flash/display3D/Context3DBufferUsage.hx
+share/haxe/std/flash/display3D/Context3DClearMask.hx
+share/haxe/std/flash/display3D/Context3DCompareMode.hx
+share/haxe/std/flash/display3D/Context3DFillMode.hx
+share/haxe/std/flash/display3D/Context3DMipFilter.hx
+share/haxe/std/flash/display3D/Context3DProfile.hx
+share/haxe/std/flash/display3D/Context3DProgramType.hx
+share/haxe/std/flash/display3D/Context3DRenderMode.hx
+share/haxe/std/flash/display3D/Context3DStencilAction.hx
+share/haxe/std/flash/display3D/Context3DTextureFilter.hx
+share/haxe/std/flash/display3D/Context3DTextureFormat.hx
+share/haxe/std/flash/display3D/Context3DTriangleFace.hx
+share/haxe/std/flash/display3D/Context3DVertexBufferFormat.hx
+share/haxe/std/flash/display3D/Context3DWrapMode.hx
+share/haxe/std/flash/display3D/IndexBuffer3D.hx
+share/haxe/std/flash/display3D/Program3D.hx
+share/haxe/std/flash/display3D/VertexBuffer3D.hx
+share/haxe/std/flash/display3D/textures/CubeTexture.hx
+share/haxe/std/flash/display3D/textures/RectangleTexture.hx
+share/haxe/std/flash/display3D/textures/Texture.hx
+share/haxe/std/flash/display3D/textures/TextureBase.hx
+share/haxe/std/flash/display3D/textures/VideoTexture.hx
+share/haxe/std/flash/errors/ArgumentError.hx
+share/haxe/std/flash/errors/DRMManagerError.hx
+share/haxe/std/flash/errors/DefinitionError.hx
+share/haxe/std/flash/errors/EOFError.hx
+share/haxe/std/flash/errors/Error.hx
+share/haxe/std/flash/errors/EvalError.hx
+share/haxe/std/flash/errors/IOError.hx
+share/haxe/std/flash/errors/IllegalOperationError.hx
+share/haxe/std/flash/errors/InvalidSWFError.hx
+share/haxe/std/flash/errors/MemoryError.hx
+share/haxe/std/flash/errors/RangeError.hx
+share/haxe/std/flash/errors/ReferenceError.hx
+share/haxe/std/flash/errors/ScriptTimeoutError.hx
+share/haxe/std/flash/errors/SecurityError.hx
+share/haxe/std/flash/errors/StackOverflowError.hx
+share/haxe/std/flash/errors/SyntaxError.hx
+share/haxe/std/flash/errors/TypeError.hx
+share/haxe/std/flash/errors/URIError.hx
+share/haxe/std/flash/errors/UninitializedError.hx
+share/haxe/std/flash/errors/VerifyError.hx
+share/haxe/std/flash/events/AVDictionaryDataEvent.hx
+share/haxe/std/flash/events/AVHTTPStatusEvent.hx
+share/haxe/std/flash/events/AVLoadInfoEvent.hx
+share/haxe/std/flash/events/AVManifestLoadEvent.hx
+share/haxe/std/flash/events/AVPauseAtPeriodEndEvent.hx
+share/haxe/std/flash/events/AVPlayStateEvent.hx
+share/haxe/std/flash/events/AVStatusEvent.hx
+share/haxe/std/flash/events/AVStreamSwitchEvent.hx
+share/haxe/std/flash/events/AccelerometerEvent.hx
+share/haxe/std/flash/events/ActivityEvent.hx
+share/haxe/std/flash/events/AsyncErrorEvent.hx
+share/haxe/std/flash/events/AudioOutputChangeEvent.hx
+share/haxe/std/flash/events/ContextMenuEvent.hx
+share/haxe/std/flash/events/DRMAuthenticateEvent.hx
+share/haxe/std/flash/events/DRMAuthenticationCompleteEvent.hx
+share/haxe/std/flash/events/DRMAuthenticationErrorEvent.hx
+share/haxe/std/flash/events/DRMCustomProperties.hx
+share/haxe/std/flash/events/DRMDeviceGroupErrorEvent.hx
+share/haxe/std/flash/events/DRMDeviceGroupEvent.hx
+share/haxe/std/flash/events/DRMErrorEvent.hx
+share/haxe/std/flash/events/DRMLicenseRequestEvent.hx
+share/haxe/std/flash/events/DRMMetadataEvent.hx
+share/haxe/std/flash/events/DRMReturnVoucherCompleteEvent.hx
+share/haxe/std/flash/events/DRMReturnVoucherErrorEvent.hx
+share/haxe/std/flash/events/DRMStatusEvent.hx
+share/haxe/std/flash/events/DataEvent.hx
+share/haxe/std/flash/events/ErrorEvent.hx
+share/haxe/std/flash/events/Event.hx
+share/haxe/std/flash/events/EventDispatcher.hx
+share/haxe/std/flash/events/EventPhase.hx
+share/haxe/std/flash/events/FocusEvent.hx
+share/haxe/std/flash/events/FullScreenEvent.hx
+share/haxe/std/flash/events/GameInputEvent.hx
+share/haxe/std/flash/events/GeolocationEvent.hx
+share/haxe/std/flash/events/GestureEvent.hx
+share/haxe/std/flash/events/GesturePhase.hx
+share/haxe/std/flash/events/HTTPStatusEvent.hx
+share/haxe/std/flash/events/IEventDispatcher.hx
+share/haxe/std/flash/events/IMEEvent.hx
+share/haxe/std/flash/events/IOErrorEvent.hx
+share/haxe/std/flash/events/KeyboardEvent.hx
+share/haxe/std/flash/events/MouseEvent.hx
+share/haxe/std/flash/events/NetDataEvent.hx
+share/haxe/std/flash/events/NetFilterEvent.hx
+share/haxe/std/flash/events/NetMonitorEvent.hx
+share/haxe/std/flash/events/NetStatusEvent.hx
+share/haxe/std/flash/events/OutputProgressEvent.hx
+share/haxe/std/flash/events/PressAndTapGestureEvent.hx
+share/haxe/std/flash/events/ProgressEvent.hx
+share/haxe/std/flash/events/SampleDataEvent.hx
+share/haxe/std/flash/events/SecurityErrorEvent.hx
+share/haxe/std/flash/events/ShaderEvent.hx
+share/haxe/std/flash/events/SoftKeyboardEvent.hx
+share/haxe/std/flash/events/SoftKeyboardTrigger.hx
+share/haxe/std/flash/events/StageVideoAvailabilityEvent.hx
+share/haxe/std/flash/events/StageVideoEvent.hx
+share/haxe/std/flash/events/StatusEvent.hx
+share/haxe/std/flash/events/SyncEvent.hx
+share/haxe/std/flash/events/TextEvent.hx
+share/haxe/std/flash/events/ThrottleEvent.hx
+share/haxe/std/flash/events/ThrottleType.hx
+share/haxe/std/flash/events/TimerEvent.hx
+share/haxe/std/flash/events/TouchEvent.hx
+share/haxe/std/flash/events/TransformGestureEvent.hx
+share/haxe/std/flash/events/UncaughtErrorEvent.hx
+share/haxe/std/flash/events/UncaughtErrorEvents.hx
+share/haxe/std/flash/events/VideoEvent.hx
+share/haxe/std/flash/events/VideoTextureEvent.hx
+share/haxe/std/flash/events/WeakFunctionClosure.hx
+share/haxe/std/flash/events/WeakMethodClosure.hx
+share/haxe/std/flash/external/ExternalInterface.hx
+share/haxe/std/flash/filters/BevelFilter.hx
+share/haxe/std/flash/filters/BitmapFilter.hx
+share/haxe/std/flash/filters/BitmapFilterQuality.hx
+share/haxe/std/flash/filters/BitmapFilterType.hx
+share/haxe/std/flash/filters/BlurFilter.hx
+share/haxe/std/flash/filters/ColorMatrixFilter.hx
+share/haxe/std/flash/filters/ConvolutionFilter.hx
+share/haxe/std/flash/filters/DisplacementMapFilter.hx
+share/haxe/std/flash/filters/DisplacementMapFilterMode.hx
+share/haxe/std/flash/filters/DropShadowFilter.hx
+share/haxe/std/flash/filters/GlowFilter.hx
+share/haxe/std/flash/filters/GradientBevelFilter.hx
+share/haxe/std/flash/filters/GradientGlowFilter.hx
+share/haxe/std/flash/filters/ShaderFilter.hx
+share/haxe/std/flash/geom/ColorTransform.hx
+share/haxe/std/flash/geom/Matrix.hx
+share/haxe/std/flash/geom/Matrix3D.hx
+share/haxe/std/flash/geom/Orientation3D.hx
+share/haxe/std/flash/geom/PerspectiveProjection.hx
+share/haxe/std/flash/geom/Point.hx
+share/haxe/std/flash/geom/Rectangle.hx
+share/haxe/std/flash/geom/Transform.hx
+share/haxe/std/flash/geom/Utils3D.hx
+share/haxe/std/flash/geom/Vector3D.hx
+share/haxe/std/flash/globalization/Collator.hx
+share/haxe/std/flash/globalization/CollatorMode.hx
+share/haxe/std/flash/globalization/CurrencyFormatter.hx
+share/haxe/std/flash/globalization/CurrencyParseResult.hx
+share/haxe/std/flash/globalization/DateTimeFormatter.hx
+share/haxe/std/flash/globalization/DateTimeNameContext.hx
+share/haxe/std/flash/globalization/DateTimeNameStyle.hx
+share/haxe/std/flash/globalization/DateTimeStyle.hx
+share/haxe/std/flash/globalization/LastOperationStatus.hx
+share/haxe/std/flash/globalization/LocaleID.hx
+share/haxe/std/flash/globalization/NationalDigitsType.hx
+share/haxe/std/flash/globalization/NumberFormatter.hx
+share/haxe/std/flash/globalization/NumberParseResult.hx
+share/haxe/std/flash/globalization/StringTools.hx
+share/haxe/std/flash/media/AVABRParameters.hx
+share/haxe/std/flash/media/AVABRProfileInfo.hx
+share/haxe/std/flash/media/AVCaptionStyle.hx
+share/haxe/std/flash/media/AVCuePoint.hx
+share/haxe/std/flash/media/AVInsertionResult.hx
+share/haxe/std/flash/media/AVNetworkingParams.hx
+share/haxe/std/flash/media/AVPeriodInfo.hx
+share/haxe/std/flash/media/AVPlayState.hx
+share/haxe/std/flash/media/AVResult.hx
+share/haxe/std/flash/media/AVSegmentedSource.hx
+share/haxe/std/flash/media/AVSource.hx
+share/haxe/std/flash/media/AVStream.hx
+share/haxe/std/flash/media/AVTagData.hx
+share/haxe/std/flash/media/AVTimeline.hx
+share/haxe/std/flash/media/AVTrackInfo.hx
+share/haxe/std/flash/media/AVURLLoader.hx
+share/haxe/std/flash/media/AVURLStream.hx
+share/haxe/std/flash/media/AudioDecoder.hx
+share/haxe/std/flash/media/AudioDeviceManager.hx
+share/haxe/std/flash/media/AudioOutputChangeReason.hx
+share/haxe/std/flash/media/Camera.hx
+share/haxe/std/flash/media/H264Level.hx
+share/haxe/std/flash/media/H264Profile.hx
+share/haxe/std/flash/media/H264VideoStreamSettings.hx
+share/haxe/std/flash/media/ID3Info.hx
+share/haxe/std/flash/media/Microphone.hx
+share/haxe/std/flash/media/MicrophoneEnhancedMode.hx
+share/haxe/std/flash/media/MicrophoneEnhancedOptions.hx
+share/haxe/std/flash/media/Sound.hx
+share/haxe/std/flash/media/SoundChannel.hx
+share/haxe/std/flash/media/SoundCodec.hx
+share/haxe/std/flash/media/SoundLoaderContext.hx
+share/haxe/std/flash/media/SoundMixer.hx
+share/haxe/std/flash/media/SoundTransform.hx
+share/haxe/std/flash/media/StageVideo.hx
+share/haxe/std/flash/media/StageVideoAvailability.hx
+share/haxe/std/flash/media/StageVideoAvailabilityReason.hx
+share/haxe/std/flash/media/Video.hx
+share/haxe/std/flash/media/VideoCodec.hx
+share/haxe/std/flash/media/VideoStatus.hx
+share/haxe/std/flash/media/VideoStreamSettings.hx
+share/haxe/std/flash/net/DynamicPropertyOutput.hx
+share/haxe/std/flash/net/FileFilter.hx
+share/haxe/std/flash/net/FileReference.hx
+share/haxe/std/flash/net/FileReferenceList.hx
+share/haxe/std/flash/net/GroupSpecifier.hx
+share/haxe/std/flash/net/IDynamicPropertyOutput.hx
+share/haxe/std/flash/net/IDynamicPropertyWriter.hx
+share/haxe/std/flash/net/LocalConnection.hx
+share/haxe/std/flash/net/NetConnection.hx
+share/haxe/std/flash/net/NetGroup.hx
+share/haxe/std/flash/net/NetGroupInfo.hx
+share/haxe/std/flash/net/NetGroupReceiveMode.hx
+share/haxe/std/flash/net/NetGroupReplicationStrategy.hx
+share/haxe/std/flash/net/NetGroupSendMode.hx
+share/haxe/std/flash/net/NetGroupSendResult.hx
+share/haxe/std/flash/net/NetMonitor.hx
+share/haxe/std/flash/net/NetStream.hx
+share/haxe/std/flash/net/NetStreamAppendBytesAction.hx
+share/haxe/std/flash/net/NetStreamInfo.hx
+share/haxe/std/flash/net/NetStreamMulticastInfo.hx
+share/haxe/std/flash/net/NetStreamPlayOptions.hx
+share/haxe/std/flash/net/NetStreamPlayTransitions.hx
+share/haxe/std/flash/net/ObjectEncoding.hx
+share/haxe/std/flash/net/Responder.hx
+share/haxe/std/flash/net/SecureSocket.hx
+share/haxe/std/flash/net/SharedObject.hx
+share/haxe/std/flash/net/SharedObjectFlushStatus.hx
+share/haxe/std/flash/net/Socket.hx
+share/haxe/std/flash/net/URLLoader.hx
+share/haxe/std/flash/net/URLLoaderDataFormat.hx
+share/haxe/std/flash/net/URLRequest.hx
+share/haxe/std/flash/net/URLRequestHeader.hx
+share/haxe/std/flash/net/URLRequestMethod.hx
+share/haxe/std/flash/net/URLStream.hx
+share/haxe/std/flash/net/URLVariables.hx
+share/haxe/std/flash/net/XMLSocket.hx
+share/haxe/std/flash/net/drm/AddToDeviceGroupSetting.hx
+share/haxe/std/flash/net/drm/AuthenticationMethod.hx
+share/haxe/std/flash/net/drm/DRMAddToDeviceGroupContext.hx
+share/haxe/std/flash/net/drm/DRMAuthenticationContext.hx
+share/haxe/std/flash/net/drm/DRMContentData.hx
+share/haxe/std/flash/net/drm/DRMDeviceGroup.hx
+share/haxe/std/flash/net/drm/DRMManager.hx
+share/haxe/std/flash/net/drm/DRMManagerSession.hx
+share/haxe/std/flash/net/drm/DRMModuleCycleProvider.hx
+share/haxe/std/flash/net/drm/DRMPlaybackTimeWindow.hx
+share/haxe/std/flash/net/drm/DRMRemoveFromDeviceGroupContext.hx
+share/haxe/std/flash/net/drm/DRMResetContext.hx
+share/haxe/std/flash/net/drm/DRMReturnVoucherContext.hx
+share/haxe/std/flash/net/drm/DRMStoreVoucherContext.hx
+share/haxe/std/flash/net/drm/DRMURLDownloadContext.hx
+share/haxe/std/flash/net/drm/DRMVoucher.hx
+share/haxe/std/flash/net/drm/DRMVoucherDownloadContext.hx
+share/haxe/std/flash/net/drm/DRMVoucherStoreContext.hx
+share/haxe/std/flash/net/drm/LoadVoucherSetting.hx
+share/haxe/std/flash/net/drm/VoucherAccessInfo.hx
+share/haxe/std/flash/printing/PrintJob.hx
+share/haxe/std/flash/printing/PrintJobOptions.hx
+share/haxe/std/flash/printing/PrintJobOrientation.hx
+share/haxe/std/flash/profiler/Telemetry.hx
+share/haxe/std/flash/sampler/Api.hx
+share/haxe/std/flash/sampler/ClassFactory.hx
+share/haxe/std/flash/sampler/DeleteObjectSample.hx
+share/haxe/std/flash/sampler/NewObjectSample.hx
+share/haxe/std/flash/sampler/Sample.hx
+share/haxe/std/flash/sampler/StackFrame.hx
+share/haxe/std/flash/security/CertificateStatus.hx
+share/haxe/std/flash/security/X500DistinguishedName.hx
+share/haxe/std/flash/security/X509Certificate.hx
+share/haxe/std/flash/sensors/Accelerometer.hx
+share/haxe/std/flash/sensors/Geolocation.hx
+share/haxe/std/flash/system/ApplicationDomain.hx
+share/haxe/std/flash/system/ApplicationInstaller.hx
+share/haxe/std/flash/system/ApplicationInstallerMode.hx
+share/haxe/std/flash/system/AuthorizedFeatures.hx
+share/haxe/std/flash/system/AuthorizedFeaturesLoader.hx
+share/haxe/std/flash/system/Capabilities.hx
+share/haxe/std/flash/system/ConnexionsClient.hx
+share/haxe/std/flash/system/DomainMemoryWithStage3D.hx
+share/haxe/std/flash/system/FSCommand.hx
+share/haxe/std/flash/system/IME.hx
+share/haxe/std/flash/system/IMEConversionMode.hx
+share/haxe/std/flash/system/ImageDecodingPolicy.hx
+share/haxe/std/flash/system/JPEGLoaderContext.hx
+share/haxe/std/flash/system/LoaderContext.hx
+share/haxe/std/flash/system/MessageChannel.hx
+share/haxe/std/flash/system/MessageChannelState.hx
+share/haxe/std/flash/system/Security.hx
+share/haxe/std/flash/system/SecurityDomain.hx
+share/haxe/std/flash/system/SecurityPanel.hx
+share/haxe/std/flash/system/System.hx
+share/haxe/std/flash/system/SystemUpdater.hx
+share/haxe/std/flash/system/SystemUpdaterType.hx
+share/haxe/std/flash/system/TouchscreenType.hx
+share/haxe/std/flash/system/Worker.hx
+share/haxe/std/flash/system/WorkerDomain.hx
+share/haxe/std/flash/system/WorkerState.hx
+share/haxe/std/flash/text/AntiAliasType.hx
+share/haxe/std/flash/text/CSMSettings.hx
+share/haxe/std/flash/text/Font.hx
+share/haxe/std/flash/text/FontStyle.hx
+share/haxe/std/flash/text/FontType.hx
+share/haxe/std/flash/text/GridFitType.hx
+share/haxe/std/flash/text/StaticText.hx
+share/haxe/std/flash/text/StyleSheet.hx
+share/haxe/std/flash/text/TextColorType.hx
+share/haxe/std/flash/text/TextDisplayMode.hx
+share/haxe/std/flash/text/TextExtent.hx
+share/haxe/std/flash/text/TextField.hx
+share/haxe/std/flash/text/TextFieldAutoSize.hx
+share/haxe/std/flash/text/TextFieldType.hx
+share/haxe/std/flash/text/TextFormat.hx
+share/haxe/std/flash/text/TextFormatAlign.hx
+share/haxe/std/flash/text/TextFormatDisplay.hx
+share/haxe/std/flash/text/TextInteractionMode.hx
+share/haxe/std/flash/text/TextLineMetrics.hx
+share/haxe/std/flash/text/TextRenderer.hx
+share/haxe/std/flash/text/TextRun.hx
+share/haxe/std/flash/text/TextSnapshot.hx
+share/haxe/std/flash/text/engine/BreakOpportunity.hx
+share/haxe/std/flash/text/engine/CFFHinting.hx
+share/haxe/std/flash/text/engine/ContentElement.hx
+share/haxe/std/flash/text/engine/DigitCase.hx
+share/haxe/std/flash/text/engine/DigitWidth.hx
+share/haxe/std/flash/text/engine/EastAsianJustifier.hx
+share/haxe/std/flash/text/engine/ElementFormat.hx
+share/haxe/std/flash/text/engine/FontDescription.hx
+share/haxe/std/flash/text/engine/FontLookup.hx
+share/haxe/std/flash/text/engine/FontMetrics.hx
+share/haxe/std/flash/text/engine/FontPosture.hx
+share/haxe/std/flash/text/engine/FontWeight.hx
+share/haxe/std/flash/text/engine/GraphicElement.hx
+share/haxe/std/flash/text/engine/GroupElement.hx
+share/haxe/std/flash/text/engine/JustificationStyle.hx
+share/haxe/std/flash/text/engine/Kerning.hx
+share/haxe/std/flash/text/engine/LigatureLevel.hx
+share/haxe/std/flash/text/engine/LineJustification.hx
+share/haxe/std/flash/text/engine/RenderingMode.hx
+share/haxe/std/flash/text/engine/SpaceJustifier.hx
+share/haxe/std/flash/text/engine/TabAlignment.hx
+share/haxe/std/flash/text/engine/TabStop.hx
+share/haxe/std/flash/text/engine/TextBaseline.hx
+share/haxe/std/flash/text/engine/TextBlock.hx
+share/haxe/std/flash/text/engine/TextElement.hx
+share/haxe/std/flash/text/engine/TextJustifier.hx
+share/haxe/std/flash/text/engine/TextLine.hx
+share/haxe/std/flash/text/engine/TextLineCreationResult.hx
+share/haxe/std/flash/text/engine/TextLineMirrorRegion.hx
+share/haxe/std/flash/text/engine/TextLineValidity.hx
+share/haxe/std/flash/text/engine/TextRotation.hx
+share/haxe/std/flash/text/engine/TypographicCase.hx
+share/haxe/std/flash/text/ime/CompositionAttributeRange.hx
+share/haxe/std/flash/text/ime/IIMEClient.hx
+share/haxe/std/flash/trace/Trace.hx
+share/haxe/std/flash/ui/ContextMenu.hx
+share/haxe/std/flash/ui/ContextMenuBuiltInItems.hx
+share/haxe/std/flash/ui/ContextMenuClipboardItems.hx
+share/haxe/std/flash/ui/ContextMenuItem.hx
+share/haxe/std/flash/ui/GameInput.hx
+share/haxe/std/flash/ui/GameInputControl.hx
+share/haxe/std/flash/ui/GameInputControlType.hx
+share/haxe/std/flash/ui/GameInputDevice.hx
+share/haxe/std/flash/ui/GameInputFinger.hx
+share/haxe/std/flash/ui/GameInputHand.hx
+share/haxe/std/flash/ui/KeyLocation.hx
+share/haxe/std/flash/ui/Keyboard.hx
+share/haxe/std/flash/ui/KeyboardType.hx
+share/haxe/std/flash/ui/Mouse.hx
+share/haxe/std/flash/ui/MouseCursor.hx
+share/haxe/std/flash/ui/MouseCursorData.hx
+share/haxe/std/flash/ui/Multitouch.hx
+share/haxe/std/flash/ui/MultitouchInputMode.hx
+share/haxe/std/flash/utils/ByteArray.hx
+share/haxe/std/flash/utils/CompressionAlgorithm.hx
+share/haxe/std/flash/utils/Dictionary.hx
+share/haxe/std/flash/utils/Endian.hx
+share/haxe/std/flash/utils/Function.hx
+share/haxe/std/flash/utils/IDataInput.hx
+share/haxe/std/flash/utils/IDataInput2.hx
+share/haxe/std/flash/utils/IDataOutput.hx
+share/haxe/std/flash/utils/IDataOutput2.hx
+share/haxe/std/flash/utils/IExternalizable.hx
+share/haxe/std/flash/utils/JSON.hx
+share/haxe/std/flash/utils/Namespace.hx
+share/haxe/std/flash/utils/Object.hx
+share/haxe/std/flash/utils/ObjectInput.hx
+share/haxe/std/flash/utils/ObjectOutput.hx
+share/haxe/std/flash/utils/Proxy.hx
+share/haxe/std/flash/utils/QName.hx
+share/haxe/std/flash/utils/RegExp.hx
+share/haxe/std/flash/utils/SetIntervalTimer.hx
+share/haxe/std/flash/utils/Telemetry.hx
+share/haxe/std/flash/utils/Timer.hx
+share/haxe/std/flash/xml/XML.hx
+share/haxe/std/flash/xml/XMLDocument.hx
+share/haxe/std/flash/xml/XMLList.hx
+share/haxe/std/flash/xml/XMLNode.hx
+share/haxe/std/flash/xml/XMLNodeType.hx
+share/haxe/std/flash/xml/XMLParser.hx
+share/haxe/std/flash/xml/XMLTag.hx
+share/haxe/std/haxe/CallStack.hx
+share/haxe/std/haxe/Constraints.hx
+share/haxe/std/haxe/DynamicAccess.hx
+share/haxe/std/haxe/EntryPoint.hx
+share/haxe/std/haxe/EnumFlags.hx
+share/haxe/std/haxe/EnumTools.hx
+share/haxe/std/haxe/Http.hx
+share/haxe/std/haxe/Int32.hx
+share/haxe/std/haxe/Int64.hx
+share/haxe/std/haxe/Int64Helper.hx
+share/haxe/std/haxe/Json.hx
+share/haxe/std/haxe/Log.hx
+share/haxe/std/haxe/MainLoop.hx
+share/haxe/std/haxe/PosInfos.hx
+share/haxe/std/haxe/Resource.hx
+share/haxe/std/haxe/Serializer.hx
+share/haxe/std/haxe/SysTools.hx
+share/haxe/std/haxe/Template.hx
+share/haxe/std/haxe/Timer.hx
+share/haxe/std/haxe/Ucs2.hx
+share/haxe/std/haxe/Unserializer.hx
+share/haxe/std/haxe/Utf8.hx
+share/haxe/std/haxe/crypto/Adler32.hx
+share/haxe/std/haxe/crypto/Base64.hx
+share/haxe/std/haxe/crypto/BaseCode.hx
+share/haxe/std/haxe/crypto/Crc32.hx
+share/haxe/std/haxe/crypto/Hmac.hx
+share/haxe/std/haxe/crypto/Md5.hx
+share/haxe/std/haxe/crypto/Sha1.hx
+share/haxe/std/haxe/crypto/Sha224.hx
+share/haxe/std/haxe/crypto/Sha256.hx
+share/haxe/std/haxe/display/Display.hx
+share/haxe/std/haxe/display/FsPath.hx
+share/haxe/std/haxe/display/JsonModuleTypes.hx
+share/haxe/std/haxe/display/Position.hx
+share/haxe/std/haxe/display/Protocol.hx
+share/haxe/std/haxe/display/Server.hx
+share/haxe/std/haxe/ds/ArraySort.hx
+share/haxe/std/haxe/ds/BalancedTree.hx
+share/haxe/std/haxe/ds/Either.hx
+share/haxe/std/haxe/ds/EnumValueMap.hx
+share/haxe/std/haxe/ds/GenericStack.hx
+share/haxe/std/haxe/ds/HashMap.hx
+share/haxe/std/haxe/ds/IntMap.hx
+share/haxe/std/haxe/ds/List.hx
+share/haxe/std/haxe/ds/ListSort.hx
+share/haxe/std/haxe/ds/Map.hx
+share/haxe/std/haxe/ds/ObjectMap.hx
+share/haxe/std/haxe/ds/Option.hx
+share/haxe/std/haxe/ds/ReadOnlyArray.hx
+share/haxe/std/haxe/ds/StringMap.hx
+share/haxe/std/haxe/ds/Vector.hx
+share/haxe/std/haxe/ds/WeakMap.hx
+share/haxe/std/haxe/extern/AsVar.hx
+share/haxe/std/haxe/extern/EitherType.hx
+share/haxe/std/haxe/extern/Rest.hx
+share/haxe/std/haxe/format/JsonParser.hx
+share/haxe/std/haxe/format/JsonPrinter.hx
+share/haxe/std/haxe/http/HttpBase.hx
+share/haxe/std/haxe/http/HttpJs.hx
+share/haxe/std/haxe/http/HttpMethod.hx
+share/haxe/std/haxe/http/HttpNodeJs.hx
+share/haxe/std/haxe/http/HttpStatus.hx
+share/haxe/std/haxe/io/ArrayBufferView.hx
+share/haxe/std/haxe/io/BufferInput.hx
+share/haxe/std/haxe/io/Bytes.hx
+share/haxe/std/haxe/io/BytesBuffer.hx
+share/haxe/std/haxe/io/BytesData.hx
+share/haxe/std/haxe/io/BytesInput.hx
+share/haxe/std/haxe/io/BytesOutput.hx
+share/haxe/std/haxe/io/Encoding.hx
+share/haxe/std/haxe/io/Eof.hx
+share/haxe/std/haxe/io/Error.hx
+share/haxe/std/haxe/io/FPHelper.hx
+share/haxe/std/haxe/io/Float32Array.hx
+share/haxe/std/haxe/io/Float64Array.hx
+share/haxe/std/haxe/io/Input.hx
+share/haxe/std/haxe/io/Int32Array.hx
+share/haxe/std/haxe/io/Mime.hx
+share/haxe/std/haxe/io/Output.hx
+share/haxe/std/haxe/io/Path.hx
+share/haxe/std/haxe/io/Scheme.hx
+share/haxe/std/haxe/io/StringInput.hx
+share/haxe/std/haxe/io/UInt16Array.hx
+share/haxe/std/haxe/io/UInt32Array.hx
+share/haxe/std/haxe/io/UInt8Array.hx
+share/haxe/std/haxe/iterators/DynamicAccessIterator.hx
+share/haxe/std/haxe/iterators/DynamicAccessKeyValueIterator.hx
+share/haxe/std/haxe/iterators/MapKeyValueIterator.hx
+share/haxe/std/haxe/iterators/StringIterator.hx
+share/haxe/std/haxe/iterators/StringIteratorUnicode.hx
+share/haxe/std/haxe/iterators/StringKeyValueIterator.hx
+share/haxe/std/haxe/iterators/StringKeyValueIteratorUnicode.hx
+share/haxe/std/haxe/macro/CompilationServer.hx
+share/haxe/std/haxe/macro/Compiler.hx
+share/haxe/std/haxe/macro/ComplexTypeTools.hx
+share/haxe/std/haxe/macro/Context.hx
+share/haxe/std/haxe/macro/ExampleJSGenerator.hx
+share/haxe/std/haxe/macro/Expr.hx
+share/haxe/std/haxe/macro/ExprTools.hx
+share/haxe/std/haxe/macro/Format.hx
+share/haxe/std/haxe/macro/JSGenApi.hx
+share/haxe/std/haxe/macro/MacroStringTools.hx
+share/haxe/std/haxe/macro/MacroType.hx
+share/haxe/std/haxe/macro/PositionTools.hx
+share/haxe/std/haxe/macro/Printer.hx
+share/haxe/std/haxe/macro/Tools.hx
+share/haxe/std/haxe/macro/Type.hx
+share/haxe/std/haxe/macro/TypeTools.hx
+share/haxe/std/haxe/macro/TypedExprTools.hx
+share/haxe/std/haxe/rtti/CType.hx
+share/haxe/std/haxe/rtti/Meta.hx
+share/haxe/std/haxe/rtti/Rtti.hx
+share/haxe/std/haxe/rtti/XmlParser.hx
+share/haxe/std/haxe/xml/Access.hx
+share/haxe/std/haxe/xml/Check.hx
+share/haxe/std/haxe/xml/Fast.hx
+share/haxe/std/haxe/xml/Parser.hx
+share/haxe/std/haxe/xml/Printer.hx
+share/haxe/std/haxe/xml/Proxy.hx
+share/haxe/std/haxe/zip/Compress.hx
+share/haxe/std/haxe/zip/Entry.hx
+share/haxe/std/haxe/zip/FlushMode.hx
+share/haxe/std/haxe/zip/Huffman.hx
+share/haxe/std/haxe/zip/InflateImpl.hx
+share/haxe/std/haxe/zip/Reader.hx
+share/haxe/std/haxe/zip/Tools.hx
+share/haxe/std/haxe/zip/Uncompress.hx
+share/haxe/std/haxe/zip/Writer.hx
+share/haxe/std/hl/Abstract.hx
+share/haxe/std/hl/Api.hx
+share/haxe/std/hl/BaseType.hx
+share/haxe/std/hl/Boot.hx
+share/haxe/std/hl/Bytes.hx
+share/haxe/std/hl/BytesAccess.hx
+share/haxe/std/hl/F32.hx
+share/haxe/std/hl/F64.hx
+share/haxe/std/hl/Format.hx
+share/haxe/std/hl/Gc.hx
+share/haxe/std/hl/I64.hx
+share/haxe/std/hl/NativeArray.hx
+share/haxe/std/hl/Profile.hx
+share/haxe/std/hl/Ref.hx
+share/haxe/std/hl/Type.hx
+share/haxe/std/hl/UI.hx
+share/haxe/std/hl/UI16.hx
+share/haxe/std/hl/UI8.hx
+share/haxe/std/hl/_std/Date.hx
+share/haxe/std/hl/_std/EReg.hx
+share/haxe/std/hl/_std/Math.hx
+share/haxe/std/hl/_std/Reflect.hx
+share/haxe/std/hl/_std/Std.hx
+share/haxe/std/hl/_std/String.hx
+share/haxe/std/hl/_std/StringBuf.hx
+share/haxe/std/hl/_std/Sys.hx
+share/haxe/std/hl/_std/Type.hx
+share/haxe/std/hl/_std/UInt.hx
+share/haxe/std/hl/_std/haxe/Resource.hx
+share/haxe/std/hl/_std/haxe/crypto/Md5.hx
+share/haxe/std/hl/_std/haxe/crypto/Sha1.hx
+share/haxe/std/hl/_std/haxe/ds/IntMap.hx
+share/haxe/std/hl/_std/haxe/ds/ObjectMap.hx
+share/haxe/std/hl/_std/haxe/ds/StringMap.hx
+share/haxe/std/hl/_std/haxe/ds/Vector.hx
+share/haxe/std/hl/_std/haxe/io/Bytes.hx
+share/haxe/std/hl/_std/haxe/io/BytesBuffer.hx
+share/haxe/std/hl/_std/haxe/io/FPHelper.hx
+share/haxe/std/hl/_std/haxe/zip/Compress.hx
+share/haxe/std/hl/_std/haxe/zip/Uncompress.hx
+share/haxe/std/hl/_std/sys/FileSystem.hx
+share/haxe/std/hl/_std/sys/db/Connection.hx
+share/haxe/std/hl/_std/sys/db/Mysql.hx
+share/haxe/std/hl/_std/sys/db/ResultSet.hx
+share/haxe/std/hl/_std/sys/db/Sqlite.hx
+share/haxe/std/hl/_std/sys/io/File.hx
+share/haxe/std/hl/_std/sys/io/FileInput.hx
+share/haxe/std/hl/_std/sys/io/FileOutput.hx
+share/haxe/std/hl/_std/sys/io/Process.hx
+share/haxe/std/hl/_std/sys/net/Host.hx
+share/haxe/std/hl/_std/sys/net/Socket.hx
+share/haxe/std/hl/_std/sys/net/UdpSocket.hx
+share/haxe/std/hl/_std/sys/ssl/Certificate.hx
+share/haxe/std/hl/_std/sys/ssl/Context.hx
+share/haxe/std/hl/_std/sys/ssl/Digest.hx
+share/haxe/std/hl/_std/sys/ssl/Key.hx
+share/haxe/std/hl/_std/sys/ssl/Lib.hx
+share/haxe/std/hl/_std/sys/ssl/Socket.hx
+share/haxe/std/hl/_std/sys/thread/Deque.hx
+share/haxe/std/hl/_std/sys/thread/Lock.hx
+share/haxe/std/hl/_std/sys/thread/Mutex.hx
+share/haxe/std/hl/_std/sys/thread/Thread.hx
+share/haxe/std/hl/_std/sys/thread/Tls.hx
+share/haxe/std/hl/hl_version
+share/haxe/std/hl/types/ArrayBase.hx
+share/haxe/std/hl/types/ArrayBytes.hx
+share/haxe/std/hl/types/ArrayDyn.hx
+share/haxe/std/hl/types/ArrayObj.hx
+share/haxe/std/hl/types/BytesMap.hx
+share/haxe/std/hl/types/IntMap.hx
+share/haxe/std/hl/types/ObjectMap.hx
+share/haxe/std/hl/uv/Handle.hx
+share/haxe/std/hl/uv/HandleData.hx
+share/haxe/std/hl/uv/Loop.hx
+share/haxe/std/hl/uv/Stream.hx
+share/haxe/std/hl/uv/Tcp.hx
+share/haxe/std/java/Boot.hx
+share/haxe/std/java/Init.hx
+share/haxe/std/java/Lib.hx
+share/haxe/std/java/NativeArray.hx
+share/haxe/std/java/NativeString.hx
+share/haxe/std/java/StdTypes.hx
+share/haxe/std/java/_std/Array.hx
+share/haxe/std/java/_std/Date.hx
+share/haxe/std/java/_std/EReg.hx
+share/haxe/std/java/_std/Math.hx
+share/haxe/std/java/_std/Reflect.hx
+share/haxe/std/java/_std/Std.hx
+share/haxe/std/java/_std/String.hx
+share/haxe/std/java/_std/StringBuf.hx
+share/haxe/std/java/_std/Sys.hx
+share/haxe/std/java/_std/Type.hx
+share/haxe/std/java/_std/haxe/Int64.hx
+share/haxe/std/java/_std/haxe/Resource.hx
+share/haxe/std/java/_std/haxe/ds/IntMap.hx
+share/haxe/std/java/_std/haxe/ds/ObjectMap.hx
+share/haxe/std/java/_std/haxe/ds/StringMap.hx
+share/haxe/std/java/_std/haxe/ds/WeakMap.hx
+share/haxe/std/java/_std/haxe/zip/Compress.hx
+share/haxe/std/java/_std/haxe/zip/Uncompress.hx
+share/haxe/std/java/_std/sys/FileSystem.hx
+share/haxe/std/java/_std/sys/db/Mysql.hx
+share/haxe/std/java/_std/sys/db/Sqlite.hx
+share/haxe/std/java/_std/sys/io/File.hx
+share/haxe/std/java/_std/sys/io/FileInput.hx
+share/haxe/std/java/_std/sys/io/FileOutput.hx
+share/haxe/std/java/_std/sys/io/Process.hx
+share/haxe/std/java/_std/sys/net/Host.hx
+share/haxe/std/java/_std/sys/net/Socket.hx
+share/haxe/std/java/_std/sys/thread/Deque.hx
+share/haxe/std/java/_std/sys/thread/Lock.hx
+share/haxe/std/java/_std/sys/thread/Mutex.hx
+share/haxe/std/java/_std/sys/thread/Thread.hx
+share/haxe/std/java/_std/sys/thread/Tls.hx
+share/haxe/std/java/db/Jdbc.hx
+share/haxe/std/java/internal/Exceptions.hx
+share/haxe/std/java/internal/FieldLookup.hx
+share/haxe/std/java/internal/Function.hx
+share/haxe/std/java/internal/HxObject.hx
+share/haxe/std/java/internal/IEquatable.hx
+share/haxe/std/java/internal/Runtime.hx
+share/haxe/std/java/internal/StringExt.hx
+share/haxe/std/java/io/NativeInput.hx
+share/haxe/std/java/io/NativeOutput.hx
+share/haxe/std/java/lang/Boolean.hx
+share/haxe/std/java/lang/Byte.hx
+share/haxe/std/java/lang/Character.hx
+share/haxe/std/java/lang/Double.hx
+share/haxe/std/java/lang/Float.hx
+share/haxe/std/java/lang/Integer.hx
+share/haxe/std/java/lang/Long.hx
+share/haxe/std/java/lang/Short.hx
+share/haxe/std/java/net/SslSocket.hx
+share/haxe/std/java/types/Char16.hx
+share/haxe/std/java/types/Int16.hx
+share/haxe/std/java/types/Int8.hx
+share/haxe/std/java/vm/AtomicList.hx
+share/haxe/std/java/vm/Deque.hx
+share/haxe/std/java/vm/Gc.hx
+share/haxe/std/java/vm/Lock.hx
+share/haxe/std/java/vm/Mutex.hx
+share/haxe/std/java/vm/Thread.hx
+share/haxe/std/java/vm/Tls.hx
+share/haxe/std/js/Boot.hx
+share/haxe/std/js/Browser.hx
+share/haxe/std/js/Cookie.hx
+share/haxe/std/js/Error.hx
+share/haxe/std/js/Function.hx
+share/haxe/std/js/JsIterator.hx
+share/haxe/std/js/Lib.hx
+share/haxe/std/js/Object.hx
+share/haxe/std/js/Promise.hx
+share/haxe/std/js/RegExp.hx
+share/haxe/std/js/Selection.hx
+share/haxe/std/js/Set.hx
+share/haxe/std/js/Symbol.hx
+share/haxe/std/js/Syntax.hx
+share/haxe/std/js/_std/Array.hx
+share/haxe/std/js/_std/Date.hx
+share/haxe/std/js/_std/EReg.hx
+share/haxe/std/js/_std/HxOverrides.hx
+share/haxe/std/js/_std/Math.hx
+share/haxe/std/js/_std/Reflect.hx
+share/haxe/std/js/_std/Std.hx
+share/haxe/std/js/_std/String.hx
+share/haxe/std/js/_std/Type.hx
+share/haxe/std/js/_std/haxe/Json.hx
+share/haxe/std/js/_std/haxe/ds/IntMap.hx
+share/haxe/std/js/_std/haxe/ds/ObjectMap.hx
+share/haxe/std/js/_std/haxe/ds/StringMap.hx
+share/haxe/std/js/_std/haxe/io/ArrayBufferView.hx
+share/haxe/std/js/_std/haxe/io/Bytes.hx
+share/haxe/std/js/_std/haxe/io/BytesBuffer.hx
+share/haxe/std/js/_std/haxe/io/Float32Array.hx
+share/haxe/std/js/_std/haxe/io/Float64Array.hx
+share/haxe/std/js/_std/haxe/io/Int32Array.hx
+share/haxe/std/js/_std/haxe/io/UInt16Array.hx
+share/haxe/std/js/_std/haxe/io/UInt32Array.hx
+share/haxe/std/js/_std/haxe/io/UInt8Array.hx
+share/haxe/std/js/html/AbortController.hx
+share/haxe/std/js/html/AbortSignal.hx
+share/haxe/std/js/html/AddEventListenerOptions.hx
+share/haxe/std/js/html/AlignSetting.hx
+share/haxe/std/js/html/AnchorElement.hx
+share/haxe/std/js/html/Animation.hx
+share/haxe/std/js/html/AnimationEffect.hx
+share/haxe/std/js/html/AnimationEvent.hx
+share/haxe/std/js/html/AnimationEventInit.hx
+share/haxe/std/js/html/AnimationFilter.hx
+share/haxe/std/js/html/AnimationPlayState.hx
+share/haxe/std/js/html/AnimationPlaybackEvent.hx
+share/haxe/std/js/html/AnimationPlaybackEventInit.hx
+share/haxe/std/js/html/AnimationTimeline.hx
+share/haxe/std/js/html/AreaElement.hx
+share/haxe/std/js/html/ArrayBuffer.hx
+share/haxe/std/js/html/ArrayBufferView.hx
+share/haxe/std/js/html/AssignedNodesOptions.hx
+share/haxe/std/js/html/Attr.hx
+share/haxe/std/js/html/Audio.hx
+share/haxe/std/js/html/AudioElement.hx
+share/haxe/std/js/html/AudioStreamTrack.hx
+share/haxe/std/js/html/AudioTrack.hx
+share/haxe/std/js/html/AudioTrackList.hx
+share/haxe/std/js/html/AutoKeyword.hx
+share/haxe/std/js/html/BRElement.hx
+share/haxe/std/js/html/BarProp.hx
+share/haxe/std/js/html/BaseElement.hx
+share/haxe/std/js/html/BatteryManager.hx
+share/haxe/std/js/html/BeforeUnloadEvent.hx
+share/haxe/std/js/html/BinaryType.hx
+share/haxe/std/js/html/Blob.hx
+share/haxe/std/js/html/BlobEvent.hx
+share/haxe/std/js/html/BlobEventInit.hx
+share/haxe/std/js/html/BlobPropertyBag.hx
+share/haxe/std/js/html/BodyElement.hx
+share/haxe/std/js/html/BroadcastChannel.hx
+share/haxe/std/js/html/ButtonElement.hx
+share/haxe/std/js/html/CDATASection.hx
+share/haxe/std/js/html/CSS.hx
+share/haxe/std/js/html/CSSAnimation.hx
+share/haxe/std/js/html/CSSBoxType.hx
+share/haxe/std/js/html/CSSConditionRule.hx
+share/haxe/std/js/html/CSSCounterStyleRule.hx
+share/haxe/std/js/html/CSSFontFaceRule.hx
+share/haxe/std/js/html/CSSFontFeatureValuesRule.hx
+share/haxe/std/js/html/CSSGroupingRule.hx
+share/haxe/std/js/html/CSSImportRule.hx
+share/haxe/std/js/html/CSSKeyframeRule.hx
+share/haxe/std/js/html/CSSKeyframesRule.hx
+share/haxe/std/js/html/CSSMediaRule.hx
+share/haxe/std/js/html/CSSMozDocumentRule.hx
+share/haxe/std/js/html/CSSNamespaceRule.hx
+share/haxe/std/js/html/CSSPageRule.hx
+share/haxe/std/js/html/CSSPseudoElement.hx
+share/haxe/std/js/html/CSSRule.hx
+share/haxe/std/js/html/CSSRuleList.hx
+share/haxe/std/js/html/CSSStyleDeclaration.hx
+share/haxe/std/js/html/CSSStyleRule.hx
+share/haxe/std/js/html/CSSStyleSheet.hx
+share/haxe/std/js/html/CSSSupportsRule.hx
+share/haxe/std/js/html/CSSTransition.hx
+share/haxe/std/js/html/Cache.hx
+share/haxe/std/js/html/CacheQueryOptions.hx
+share/haxe/std/js/html/CacheStorage.hx
+share/haxe/std/js/html/CacheStorageNamespace.hx
+share/haxe/std/js/html/CanvasCaptureMediaStream.hx
+share/haxe/std/js/html/CanvasElement.hx
+share/haxe/std/js/html/CanvasGradient.hx
+share/haxe/std/js/html/CanvasPattern.hx
+share/haxe/std/js/html/CanvasRenderingContext2D.hx
+share/haxe/std/js/html/CanvasWindingRule.hx
+share/haxe/std/js/html/CaretPosition.hx
+share/haxe/std/js/html/ChannelPixelLayout.hx
+share/haxe/std/js/html/ChannelPixelLayoutDataType.hx
+share/haxe/std/js/html/CharacterData.hx
+share/haxe/std/js/html/Client.hx
+share/haxe/std/js/html/ClientQueryOptions.hx
+share/haxe/std/js/html/ClientType.hx
+share/haxe/std/js/html/Clients.hx
+share/haxe/std/js/html/Clipboard.hx
+share/haxe/std/js/html/ClipboardEvent.hx
+share/haxe/std/js/html/ClipboardEventInit.hx
+share/haxe/std/js/html/CloseEvent.hx
+share/haxe/std/js/html/CloseEventInit.hx
+share/haxe/std/js/html/Comment.hx
+share/haxe/std/js/html/CompositeOperation.hx
+share/haxe/std/js/html/CompositionEvent.hx
+share/haxe/std/js/html/CompositionEventInit.hx
+share/haxe/std/js/html/ComputedEffectTiming.hx
+share/haxe/std/js/html/Console.hx
+share/haxe/std/js/html/ConsoleInstance.hx
+share/haxe/std/js/html/ConstrainBooleanParameters.hx
+share/haxe/std/js/html/ConstrainDOMStringParameters.hx
+share/haxe/std/js/html/ConstrainDoubleRange.hx
+share/haxe/std/js/html/ConstrainLongRange.hx
+share/haxe/std/js/html/ConvertCoordinateOptions.hx
+share/haxe/std/js/html/Coordinates.hx
+share/haxe/std/js/html/Crypto.hx
+share/haxe/std/js/html/CryptoKey.hx
+share/haxe/std/js/html/CustomEvent.hx
+share/haxe/std/js/html/CustomEventInit.hx
+share/haxe/std/js/html/DListElement.hx
+share/haxe/std/js/html/DOMElement.hx
+share/haxe/std/js/html/DOMError.hx
+share/haxe/std/js/html/DOMException.hx
+share/haxe/std/js/html/DOMImplementation.hx
+share/haxe/std/js/html/DOMMatrix.hx
+share/haxe/std/js/html/DOMMatrixReadOnly.hx
+share/haxe/std/js/html/DOMParser.hx
+share/haxe/std/js/html/DOMPoint.hx
+share/haxe/std/js/html/DOMPointInit.hx
+share/haxe/std/js/html/DOMPointReadOnly.hx
+share/haxe/std/js/html/DOMQuad.hx
+share/haxe/std/js/html/DOMQuadJSON.hx
+share/haxe/std/js/html/DOMRect.hx
+share/haxe/std/js/html/DOMRectList.hx
+share/haxe/std/js/html/DOMRectReadOnly.hx
+share/haxe/std/js/html/DOMRequest.hx
+share/haxe/std/js/html/DOMRequestReadyState.hx
+share/haxe/std/js/html/DOMStringList.hx
+share/haxe/std/js/html/DOMStringMap.hx
+share/haxe/std/js/html/DOMTokenList.hx
+share/haxe/std/js/html/DataElement.hx
+share/haxe/std/js/html/DataListElement.hx
+share/haxe/std/js/html/DataTransfer.hx
+share/haxe/std/js/html/DataTransferItem.hx
+share/haxe/std/js/html/DataTransferItemList.hx
+share/haxe/std/js/html/DataView.hx
+share/haxe/std/js/html/DedicatedWorkerGlobalScope.hx
+share/haxe/std/js/html/DetailsElement.hx
+share/haxe/std/js/html/DeviceAcceleration.hx
+share/haxe/std/js/html/DeviceAccelerationInit.hx
+share/haxe/std/js/html/DeviceMotionEvent.hx
+share/haxe/std/js/html/DeviceMotionEventInit.hx
+share/haxe/std/js/html/DeviceOrientationEvent.hx
+share/haxe/std/js/html/DeviceOrientationEventInit.hx
+share/haxe/std/js/html/DeviceRotationRate.hx
+share/haxe/std/js/html/DeviceRotationRateInit.hx
+share/haxe/std/js/html/DirectionSetting.hx
+share/haxe/std/js/html/Directory.hx
+share/haxe/std/js/html/DirectoryElement.hx
+share/haxe/std/js/html/DisplayNameOptions.hx
+share/haxe/std/js/html/DisplayNameResult.hx
+share/haxe/std/js/html/DivElement.hx
+share/haxe/std/js/html/Document.hx
+share/haxe/std/js/html/DocumentFragment.hx
+share/haxe/std/js/html/DocumentTimeline.hx
+share/haxe/std/js/html/DocumentTimelineOptions.hx
+share/haxe/std/js/html/DocumentType.hx
+share/haxe/std/js/html/DragEvent.hx
+share/haxe/std/js/html/DragEventInit.hx
+share/haxe/std/js/html/EffectTiming.hx
+share/haxe/std/js/html/Element.hx
+share/haxe/std/js/html/ElementCreationOptions.hx
+share/haxe/std/js/html/EmbedElement.hx
+share/haxe/std/js/html/EndingTypes.hx
+share/haxe/std/js/html/ErrorCallback.hx
+share/haxe/std/js/html/ErrorEvent.hx
+share/haxe/std/js/html/ErrorEventInit.hx
+share/haxe/std/js/html/Event.hx
+share/haxe/std/js/html/EventInit.hx
+share/haxe/std/js/html/EventListener.hx
+share/haxe/std/js/html/EventListenerOptions.hx
+share/haxe/std/js/html/EventModifierInit.hx
+share/haxe/std/js/html/EventSource.hx
+share/haxe/std/js/html/EventSourceInit.hx
+share/haxe/std/js/html/EventTarget.hx
+share/haxe/std/js/html/Exception.hx
+share/haxe/std/js/html/ExtendableEvent.hx
+share/haxe/std/js/html/ExtendableEventInit.hx
+share/haxe/std/js/html/ExtendableMessageEvent.hx
+share/haxe/std/js/html/ExtendableMessageEventInit.hx
+share/haxe/std/js/html/External.hx
+share/haxe/std/js/html/FetchEvent.hx
+share/haxe/std/js/html/FetchEventInit.hx
+share/haxe/std/js/html/FetchObserver.hx
+share/haxe/std/js/html/FetchState.hx
+share/haxe/std/js/html/FieldSetElement.hx
+share/haxe/std/js/html/File.hx
+share/haxe/std/js/html/FileCallback.hx
+share/haxe/std/js/html/FileList.hx
+share/haxe/std/js/html/FileMode.hx
+share/haxe/std/js/html/FilePropertyBag.hx
+share/haxe/std/js/html/FileReader.hx
+share/haxe/std/js/html/FileReaderSync.hx
+share/haxe/std/js/html/FileSystem.hx
+share/haxe/std/js/html/FileSystemDirectoryEntry.hx
+share/haxe/std/js/html/FileSystemDirectoryReader.hx
+share/haxe/std/js/html/FileSystemEntriesCallback.hx
+share/haxe/std/js/html/FileSystemEntry.hx
+share/haxe/std/js/html/FileSystemEntryCallback.hx
+share/haxe/std/js/html/FileSystemFileEntry.hx
+share/haxe/std/js/html/FileSystemFlags.hx
+share/haxe/std/js/html/FillMode.hx
+share/haxe/std/js/html/Float32Array.hx
+share/haxe/std/js/html/Float64Array.hx
+share/haxe/std/js/html/FocusEvent.hx
+share/haxe/std/js/html/FocusEventInit.hx
+share/haxe/std/js/html/FontElement.hx
+share/haxe/std/js/html/FontFace.hx
+share/haxe/std/js/html/FontFaceDescriptors.hx
+share/haxe/std/js/html/FontFaceLoadStatus.hx
+share/haxe/std/js/html/FontFaceSet.hx
+share/haxe/std/js/html/FontFaceSetIterator.hx
+share/haxe/std/js/html/FontFaceSetIteratorResult.hx
+share/haxe/std/js/html/FontFaceSetLoadEvent.hx
+share/haxe/std/js/html/FontFaceSetLoadEventInit.hx
+share/haxe/std/js/html/FontFaceSetLoadStatus.hx
+share/haxe/std/js/html/FormData.hx
+share/haxe/std/js/html/FormDataIterator.hx
+share/haxe/std/js/html/FormElement.hx
+share/haxe/std/js/html/FrameElement.hx
+share/haxe/std/js/html/FrameSetElement.hx
+share/haxe/std/js/html/FrameType.hx
+share/haxe/std/js/html/Gamepad.hx
+share/haxe/std/js/html/GamepadButton.hx
+share/haxe/std/js/html/GamepadEvent.hx
+share/haxe/std/js/html/GamepadEventInit.hx
+share/haxe/std/js/html/GamepadMappingType.hx
+share/haxe/std/js/html/Geolocation.hx
+share/haxe/std/js/html/GetNotificationOptions.hx
+share/haxe/std/js/html/GetRootNodeOptions.hx
+share/haxe/std/js/html/GetUserMediaRequest.hx
+share/haxe/std/js/html/HRElement.hx
+share/haxe/std/js/html/HTMLAllCollection.hx
+share/haxe/std/js/html/HTMLCollection.hx
+share/haxe/std/js/html/HTMLDocument.hx
+share/haxe/std/js/html/HTMLFormControlsCollection.hx
+share/haxe/std/js/html/HTMLOptionsCollection.hx
+share/haxe/std/js/html/HTMLPropertiesCollection.hx
+share/haxe/std/js/html/HashChangeEvent.hx
+share/haxe/std/js/html/HashChangeEventInit.hx
+share/haxe/std/js/html/HeadElement.hx
+share/haxe/std/js/html/Headers.hx
+share/haxe/std/js/html/HeadersIterator.hx
+share/haxe/std/js/html/HeadingElement.hx
+share/haxe/std/js/html/History.hx
+share/haxe/std/js/html/HitRegionOptions.hx
+share/haxe/std/js/html/HtmlElement.hx
+share/haxe/std/js/html/IFrameElement.hx
+share/haxe/std/js/html/Image.hx
+share/haxe/std/js/html/ImageBitmap.hx
+share/haxe/std/js/html/ImageBitmapFormat.hx
+share/haxe/std/js/html/ImageBitmapRenderingContext.hx
+share/haxe/std/js/html/ImageCapture.hx
+share/haxe/std/js/html/ImageCaptureError.hx
+share/haxe/std/js/html/ImageCaptureErrorEvent.hx
+share/haxe/std/js/html/ImageCaptureErrorEventInit.hx
+share/haxe/std/js/html/ImageData.hx
+share/haxe/std/js/html/ImageElement.hx
+share/haxe/std/js/html/InputElement.hx
+share/haxe/std/js/html/InputEvent.hx
+share/haxe/std/js/html/InputEventInit.hx
+share/haxe/std/js/html/Int16Array.hx
+share/haxe/std/js/html/Int32Array.hx
+share/haxe/std/js/html/Int8Array.hx
+share/haxe/std/js/html/IntersectionObserver.hx
+share/haxe/std/js/html/IntersectionObserverEntry.hx
+share/haxe/std/js/html/IntersectionObserverInit.hx
+share/haxe/std/js/html/IntlUtils.hx
+share/haxe/std/js/html/IterationCompositeOperation.hx
+share/haxe/std/js/html/KeyEvent.hx
+share/haxe/std/js/html/KeyboardEvent.hx
+share/haxe/std/js/html/KeyboardEventInit.hx
+share/haxe/std/js/html/KeyframeAnimationOptions.hx
+share/haxe/std/js/html/KeyframeEffect.hx
+share/haxe/std/js/html/KeyframeEffectOptions.hx
+share/haxe/std/js/html/LIElement.hx
+share/haxe/std/js/html/LabelElement.hx
+share/haxe/std/js/html/LegendElement.hx
+share/haxe/std/js/html/LineAlignSetting.hx
+share/haxe/std/js/html/LinkElement.hx
+share/haxe/std/js/html/LocalMediaStream.hx
+share/haxe/std/js/html/LocaleInfo.hx
+share/haxe/std/js/html/Location.hx
+share/haxe/std/js/html/MapElement.hx
+share/haxe/std/js/html/MediaDeviceInfo.hx
+share/haxe/std/js/html/MediaDeviceKind.hx
+share/haxe/std/js/html/MediaDevices.hx
+share/haxe/std/js/html/MediaElement.hx
+share/haxe/std/js/html/MediaError.hx
+share/haxe/std/js/html/MediaKeyStatusMapIterator.hx
+share/haxe/std/js/html/MediaList.hx
+share/haxe/std/js/html/MediaQueryList.hx
+share/haxe/std/js/html/MediaQueryListEvent.hx
+share/haxe/std/js/html/MediaQueryListEventInit.hx
+share/haxe/std/js/html/MediaRecorder.hx
+share/haxe/std/js/html/MediaRecorderErrorEvent.hx
+share/haxe/std/js/html/MediaRecorderErrorEventInit.hx
+share/haxe/std/js/html/MediaRecorderOptions.hx
+share/haxe/std/js/html/MediaSource.hx
+share/haxe/std/js/html/MediaSourceEndOfStreamError.hx
+share/haxe/std/js/html/MediaSourceReadyState.hx
+share/haxe/std/js/html/MediaStream.hx
+share/haxe/std/js/html/MediaStreamConstraints.hx
+share/haxe/std/js/html/MediaStreamError.hx
+share/haxe/std/js/html/MediaStreamEvent.hx
+share/haxe/std/js/html/MediaStreamEventInit.hx
+share/haxe/std/js/html/MediaStreamTrack.hx
+share/haxe/std/js/html/MediaStreamTrackEvent.hx
+share/haxe/std/js/html/MediaStreamTrackEventInit.hx
+share/haxe/std/js/html/MediaStreamTrackState.hx
+share/haxe/std/js/html/MediaTrackConstraintSet.hx
+share/haxe/std/js/html/MediaTrackConstraints.hx
+share/haxe/std/js/html/MediaTrackSettings.hx
+share/haxe/std/js/html/MediaTrackSupportedConstraints.hx
+share/haxe/std/js/html/MenuElement.hx
+share/haxe/std/js/html/MenuItemElement.hx
+share/haxe/std/js/html/MessageChannel.hx
+share/haxe/std/js/html/MessageEvent.hx
+share/haxe/std/js/html/MessageEventInit.hx
+share/haxe/std/js/html/MessagePort.hx
+share/haxe/std/js/html/MetaElement.hx
+share/haxe/std/js/html/MeterElement.hx
+share/haxe/std/js/html/MimeType.hx
+share/haxe/std/js/html/MimeTypeArray.hx
+share/haxe/std/js/html/ModElement.hx
+share/haxe/std/js/html/MouseEvent.hx
+share/haxe/std/js/html/MouseEventInit.hx
+share/haxe/std/js/html/MouseScrollEvent.hx
+share/haxe/std/js/html/MutationEvent.hx
+share/haxe/std/js/html/MutationObserver.hx
+share/haxe/std/js/html/MutationObserverInit.hx
+share/haxe/std/js/html/MutationRecord.hx
+share/haxe/std/js/html/NamedNodeMap.hx
+share/haxe/std/js/html/NavigationType.hx
+share/haxe/std/js/html/Navigator.hx
+share/haxe/std/js/html/Node.hx
+share/haxe/std/js/html/NodeFilter.hx
+share/haxe/std/js/html/NodeIterator.hx
+share/haxe/std/js/html/NodeList.hx
+share/haxe/std/js/html/Notification.hx
+share/haxe/std/js/html/NotificationDirection.hx
+share/haxe/std/js/html/NotificationEvent.hx
+share/haxe/std/js/html/NotificationEventInit.hx
+share/haxe/std/js/html/NotificationOptions.hx
+share/haxe/std/js/html/NotificationPermission.hx
+share/haxe/std/js/html/OListElement.hx
+share/haxe/std/js/html/ObjectElement.hx
+share/haxe/std/js/html/ObserverCallback.hx
+share/haxe/std/js/html/OfflineAudioCompletionEventInit.hx
+share/haxe/std/js/html/OptGroupElement.hx
+share/haxe/std/js/html/Option.hx
+share/haxe/std/js/html/OptionElement.hx
+share/haxe/std/js/html/OptionalEffectTiming.hx
+share/haxe/std/js/html/OrientationLockType.hx
+share/haxe/std/js/html/OrientationType.hx
+share/haxe/std/js/html/OutputElement.hx
+share/haxe/std/js/html/PageTransitionEvent.hx
+share/haxe/std/js/html/PageTransitionEventInit.hx
+share/haxe/std/js/html/PaintRequest.hx
+share/haxe/std/js/html/PaintRequestList.hx
+share/haxe/std/js/html/PaintWorkletGlobalScope.hx
+share/haxe/std/js/html/ParagraphElement.hx
+share/haxe/std/js/html/ParamElement.hx
+share/haxe/std/js/html/Path2D.hx
+share/haxe/std/js/html/Performance.hx
+share/haxe/std/js/html/PerformanceEntry.hx
+share/haxe/std/js/html/PerformanceEntryFilterOptions.hx
+share/haxe/std/js/html/PerformanceMark.hx
+share/haxe/std/js/html/PerformanceMeasure.hx
+share/haxe/std/js/html/PerformanceNavigation.hx
+share/haxe/std/js/html/PerformanceNavigationTiming.hx
+share/haxe/std/js/html/PerformanceObserver.hx
+share/haxe/std/js/html/PerformanceObserverEntryList.hx
+share/haxe/std/js/html/PerformanceObserverInit.hx
+share/haxe/std/js/html/PerformanceResourceTiming.hx
+share/haxe/std/js/html/PerformanceServerTiming.hx
+share/haxe/std/js/html/PerformanceTiming.hx
+share/haxe/std/js/html/PermissionState.hx
+share/haxe/std/js/html/PermissionStatus.hx
+share/haxe/std/js/html/Permissions.hx
+share/haxe/std/js/html/PictureElement.hx
+share/haxe/std/js/html/PlaybackDirection.hx
+share/haxe/std/js/html/Plugin.hx
+share/haxe/std/js/html/PluginArray.hx
+share/haxe/std/js/html/PointerEvent.hx
+share/haxe/std/js/html/PointerEventInit.hx
+share/haxe/std/js/html/PopStateEvent.hx
+share/haxe/std/js/html/PopStateEventInit.hx
+share/haxe/std/js/html/PopupBlockedEvent.hx
+share/haxe/std/js/html/PopupBlockedEventInit.hx
+share/haxe/std/js/html/Position.hx
+share/haxe/std/js/html/PositionAlignSetting.hx
+share/haxe/std/js/html/PositionError.hx
+share/haxe/std/js/html/PositionOptions.hx
+share/haxe/std/js/html/PreElement.hx
+share/haxe/std/js/html/ProcessingInstruction.hx
+share/haxe/std/js/html/ProgressElement.hx
+share/haxe/std/js/html/ProgressEvent.hx
+share/haxe/std/js/html/ProgressEventInit.hx
+share/haxe/std/js/html/PromiseNativeHandler.hx
+share/haxe/std/js/html/PropertyNodeList.hx
+share/haxe/std/js/html/QuoteElement.hx
+share/haxe/std/js/html/RadioNodeList.hx
+share/haxe/std/js/html/Range.hx
+share/haxe/std/js/html/RecordingState.hx
+share/haxe/std/js/html/ReferrerPolicy.hx
+share/haxe/std/js/html/RegistrationOptions.hx
+share/haxe/std/js/html/Request.hx
+share/haxe/std/js/html/RequestCache.hx
+share/haxe/std/js/html/RequestCredentials.hx
+share/haxe/std/js/html/RequestDestination.hx
+share/haxe/std/js/html/RequestInit.hx
+share/haxe/std/js/html/RequestMode.hx
+share/haxe/std/js/html/RequestRedirect.hx
+share/haxe/std/js/html/Response.hx
+share/haxe/std/js/html/ResponseInit.hx
+share/haxe/std/js/html/ResponseType.hx
+share/haxe/std/js/html/Screen.hx
+share/haxe/std/js/html/ScreenOrientation.hx
+share/haxe/std/js/html/ScriptElement.hx
+share/haxe/std/js/html/ScrollAreaEvent.hx
+share/haxe/std/js/html/ScrollBehavior.hx
+share/haxe/std/js/html/ScrollIntoViewOptions.hx
+share/haxe/std/js/html/ScrollLogicalPosition.hx
+share/haxe/std/js/html/ScrollOptions.hx
+share/haxe/std/js/html/ScrollRestoration.hx
+share/haxe/std/js/html/ScrollSetting.hx
+share/haxe/std/js/html/ScrollToOptions.hx
+share/haxe/std/js/html/SecurityPolicyViolationEvent.hx
+share/haxe/std/js/html/SecurityPolicyViolationEventDisposition.hx
+share/haxe/std/js/html/SecurityPolicyViolationEventInit.hx
+share/haxe/std/js/html/SelectElement.hx
+share/haxe/std/js/html/Selection.hx
+share/haxe/std/js/html/SelectionMode.hx
+share/haxe/std/js/html/ServiceWorker.hx
+share/haxe/std/js/html/ServiceWorkerContainer.hx
+share/haxe/std/js/html/ServiceWorkerGlobalScope.hx
+share/haxe/std/js/html/ServiceWorkerRegistration.hx
+share/haxe/std/js/html/ServiceWorkerState.hx
+share/haxe/std/js/html/ServiceWorkerUpdateViaCache.hx
+share/haxe/std/js/html/ShadowRoot.hx
+share/haxe/std/js/html/ShadowRootInit.hx
+share/haxe/std/js/html/ShadowRootMode.hx
+share/haxe/std/js/html/SharedWorker.hx
+share/haxe/std/js/html/SharedWorkerGlobalScope.hx
+share/haxe/std/js/html/SlotElement.hx
+share/haxe/std/js/html/SourceBuffer.hx
+share/haxe/std/js/html/SourceBufferAppendMode.hx
+share/haxe/std/js/html/SourceBufferList.hx
+share/haxe/std/js/html/SourceElement.hx
+share/haxe/std/js/html/SpanElement.hx
+share/haxe/std/js/html/SpeechGrammar.hx
+share/haxe/std/js/html/SpeechGrammarList.hx
+share/haxe/std/js/html/SpeechRecognition.hx
+share/haxe/std/js/html/SpeechRecognitionAlternative.hx
+share/haxe/std/js/html/SpeechRecognitionError.hx
+share/haxe/std/js/html/SpeechRecognitionErrorCode.hx
+share/haxe/std/js/html/SpeechRecognitionErrorInit.hx
+share/haxe/std/js/html/SpeechRecognitionEvent.hx
+share/haxe/std/js/html/SpeechRecognitionEventInit.hx
+share/haxe/std/js/html/SpeechRecognitionResult.hx
+share/haxe/std/js/html/SpeechRecognitionResultList.hx
+share/haxe/std/js/html/SpeechSynthesis.hx
+share/haxe/std/js/html/SpeechSynthesisErrorCode.hx
+share/haxe/std/js/html/SpeechSynthesisErrorEvent.hx
+share/haxe/std/js/html/SpeechSynthesisErrorEventInit.hx
+share/haxe/std/js/html/SpeechSynthesisEvent.hx
+share/haxe/std/js/html/SpeechSynthesisEventInit.hx
+share/haxe/std/js/html/SpeechSynthesisUtterance.hx
+share/haxe/std/js/html/SpeechSynthesisVoice.hx
+share/haxe/std/js/html/Storage.hx
+share/haxe/std/js/html/StorageEstimate.hx
+share/haxe/std/js/html/StorageEvent.hx
+share/haxe/std/js/html/StorageEventInit.hx
+share/haxe/std/js/html/StorageManager.hx
+share/haxe/std/js/html/StorageType.hx
+share/haxe/std/js/html/StyleElement.hx
+share/haxe/std/js/html/StyleSheet.hx
+share/haxe/std/js/html/StyleSheetList.hx
+share/haxe/std/js/html/SubtleCrypto.hx
+share/haxe/std/js/html/SupportedType.hx
+share/haxe/std/js/html/TableCaptionElement.hx
+share/haxe/std/js/html/TableCellElement.hx
+share/haxe/std/js/html/TableColElement.hx
+share/haxe/std/js/html/TableElement.hx
+share/haxe/std/js/html/TableRowElement.hx
+share/haxe/std/js/html/TableSectionElement.hx
+share/haxe/std/js/html/TemplateElement.hx
+share/haxe/std/js/html/Text.hx
+share/haxe/std/js/html/TextAreaElement.hx
+share/haxe/std/js/html/TextDecodeOptions.hx
+share/haxe/std/js/html/TextDecoder.hx
+share/haxe/std/js/html/TextDecoderOptions.hx
+share/haxe/std/js/html/TextEncoder.hx
+share/haxe/std/js/html/TextMetrics.hx
+share/haxe/std/js/html/TextTrack.hx
+share/haxe/std/js/html/TextTrackCue.hx
+share/haxe/std/js/html/TextTrackCueList.hx
+share/haxe/std/js/html/TextTrackKind.hx
+share/haxe/std/js/html/TextTrackList.hx
+share/haxe/std/js/html/TextTrackMode.hx
+share/haxe/std/js/html/TimeElement.hx
+share/haxe/std/js/html/TimeEvent.hx
+share/haxe/std/js/html/TimeRanges.hx
+share/haxe/std/js/html/TitleElement.hx
+share/haxe/std/js/html/Touch.hx
+share/haxe/std/js/html/TouchEvent.hx
+share/haxe/std/js/html/TouchEventInit.hx
+share/haxe/std/js/html/TouchInit.hx
+share/haxe/std/js/html/TouchList.hx
+share/haxe/std/js/html/TrackElement.hx
+share/haxe/std/js/html/TrackEvent.hx
+share/haxe/std/js/html/TrackEventInit.hx
+share/haxe/std/js/html/TransitionEvent.hx
+share/haxe/std/js/html/TransitionEventInit.hx
+share/haxe/std/js/html/TreeWalker.hx
+share/haxe/std/js/html/UIEvent.hx
+share/haxe/std/js/html/UIEventInit.hx
+share/haxe/std/js/html/UListElement.hx
+share/haxe/std/js/html/URL.hx
+share/haxe/std/js/html/URLSearchParams.hx
+share/haxe/std/js/html/URLSearchParamsIterator.hx
+share/haxe/std/js/html/Uint16Array.hx
+share/haxe/std/js/html/Uint32Array.hx
+share/haxe/std/js/html/Uint8Array.hx
+share/haxe/std/js/html/Uint8ClampedArray.hx
+share/haxe/std/js/html/UnknownElement.hx
+share/haxe/std/js/html/VTTCue.hx
+share/haxe/std/js/html/VTTRegion.hx
+share/haxe/std/js/html/ValidityState.hx
+share/haxe/std/js/html/VideoElement.hx
+share/haxe/std/js/html/VideoPlaybackQuality.hx
+share/haxe/std/js/html/VideoStreamTrack.hx
+share/haxe/std/js/html/VideoTrack.hx
+share/haxe/std/js/html/VideoTrackList.hx
+share/haxe/std/js/html/VisibilityState.hx
+share/haxe/std/js/html/VisualViewport.hx
+share/haxe/std/js/html/WebSocket.hx
+share/haxe/std/js/html/WheelEvent.hx
+share/haxe/std/js/html/WheelEventInit.hx
+share/haxe/std/js/html/Window.hx
+share/haxe/std/js/html/WindowClient.hx
+share/haxe/std/js/html/Worker.hx
+share/haxe/std/js/html/WorkerDebuggerGlobalScope.hx
+share/haxe/std/js/html/WorkerGlobalScope.hx
+share/haxe/std/js/html/WorkerLocation.hx
+share/haxe/std/js/html/WorkerNavigator.hx
+share/haxe/std/js/html/WorkerOptions.hx
+share/haxe/std/js/html/WorkletGlobalScope.hx
+share/haxe/std/js/html/XMLDocument.hx
+share/haxe/std/js/html/XMLHttpRequest.hx
+share/haxe/std/js/html/XMLHttpRequestEventTarget.hx
+share/haxe/std/js/html/XMLHttpRequestResponseType.hx
+share/haxe/std/js/html/XMLHttpRequestUpload.hx
+share/haxe/std/js/html/XMLSerializer.hx
+share/haxe/std/js/html/XPathEvaluator.hx
+share/haxe/std/js/html/XPathExpression.hx
+share/haxe/std/js/html/XPathNSResolver.hx
+share/haxe/std/js/html/XPathResult.hx
+share/haxe/std/js/html/XSLTProcessor.hx
+share/haxe/std/js/html/audio/AnalyserNode.hx
+share/haxe/std/js/html/audio/AnalyserOptions.hx
+share/haxe/std/js/html/audio/AudioBuffer.hx
+share/haxe/std/js/html/audio/AudioBufferOptions.hx
+share/haxe/std/js/html/audio/AudioBufferSourceNode.hx
+share/haxe/std/js/html/audio/AudioBufferSourceOptions.hx
+share/haxe/std/js/html/audio/AudioContext.hx
+share/haxe/std/js/html/audio/AudioContextOptions.hx
+share/haxe/std/js/html/audio/AudioContextState.hx
+share/haxe/std/js/html/audio/AudioDestinationNode.hx
+share/haxe/std/js/html/audio/AudioListener.hx
+share/haxe/std/js/html/audio/AudioNode.hx
+share/haxe/std/js/html/audio/AudioNodeOptions.hx
+share/haxe/std/js/html/audio/AudioParam.hx
+share/haxe/std/js/html/audio/AudioProcessingEvent.hx
+share/haxe/std/js/html/audio/AudioScheduledSourceNode.hx
+share/haxe/std/js/html/audio/AudioWorkletGlobalScope.hx
+share/haxe/std/js/html/audio/AudioWorkletNodeOptions.hx
+share/haxe/std/js/html/audio/AudioWorkletProcessor.hx
+share/haxe/std/js/html/audio/BaseAudioContext.hx
+share/haxe/std/js/html/audio/BiquadFilterNode.hx
+share/haxe/std/js/html/audio/BiquadFilterOptions.hx
+share/haxe/std/js/html/audio/BiquadFilterType.hx
+share/haxe/std/js/html/audio/ChannelCountMode.hx
+share/haxe/std/js/html/audio/ChannelInterpretation.hx
+share/haxe/std/js/html/audio/ChannelMergerNode.hx
+share/haxe/std/js/html/audio/ChannelMergerOptions.hx
+share/haxe/std/js/html/audio/ChannelSplitterNode.hx
+share/haxe/std/js/html/audio/ChannelSplitterOptions.hx
+share/haxe/std/js/html/audio/ConstantSourceNode.hx
+share/haxe/std/js/html/audio/ConstantSourceOptions.hx
+share/haxe/std/js/html/audio/ConvolverNode.hx
+share/haxe/std/js/html/audio/ConvolverOptions.hx
+share/haxe/std/js/html/audio/DelayNode.hx
+share/haxe/std/js/html/audio/DelayOptions.hx
+share/haxe/std/js/html/audio/DistanceModelType.hx
+share/haxe/std/js/html/audio/DynamicsCompressorNode.hx
+share/haxe/std/js/html/audio/DynamicsCompressorOptions.hx
+share/haxe/std/js/html/audio/GainNode.hx
+share/haxe/std/js/html/audio/GainOptions.hx
+share/haxe/std/js/html/audio/IIRFilterNode.hx
+share/haxe/std/js/html/audio/IIRFilterOptions.hx
+share/haxe/std/js/html/audio/MediaElementAudioSourceNode.hx
+share/haxe/std/js/html/audio/MediaElementAudioSourceOptions.hx
+share/haxe/std/js/html/audio/MediaStreamAudioDestinationNode.hx
+share/haxe/std/js/html/audio/MediaStreamAudioSourceNode.hx
+share/haxe/std/js/html/audio/MediaStreamAudioSourceOptions.hx
+share/haxe/std/js/html/audio/OfflineAudioCompletionEvent.hx
+share/haxe/std/js/html/audio/OfflineAudioContext.hx
+share/haxe/std/js/html/audio/OfflineAudioContextOptions.hx
+share/haxe/std/js/html/audio/OscillatorNode.hx
+share/haxe/std/js/html/audio/OscillatorOptions.hx
+share/haxe/std/js/html/audio/OscillatorType.hx
+share/haxe/std/js/html/audio/OverSampleType.hx
+share/haxe/std/js/html/audio/PannerNode.hx
+share/haxe/std/js/html/audio/PannerOptions.hx
+share/haxe/std/js/html/audio/PanningModelType.hx
+share/haxe/std/js/html/audio/PeriodicWave.hx
+share/haxe/std/js/html/audio/PeriodicWaveConstraints.hx
+share/haxe/std/js/html/audio/PeriodicWaveOptions.hx
+share/haxe/std/js/html/audio/ScriptProcessorNode.hx
+share/haxe/std/js/html/audio/StereoPannerNode.hx
+share/haxe/std/js/html/audio/StereoPannerOptions.hx
+share/haxe/std/js/html/audio/WaveShaperNode.hx
+share/haxe/std/js/html/audio/WaveShaperOptions.hx
+share/haxe/std/js/html/eme/MediaEncryptedEvent.hx
+share/haxe/std/js/html/eme/MediaKeyError.hx
+share/haxe/std/js/html/eme/MediaKeyMessageEvent.hx
+share/haxe/std/js/html/eme/MediaKeyMessageEventInit.hx
+share/haxe/std/js/html/eme/MediaKeyMessageType.hx
+share/haxe/std/js/html/eme/MediaKeyNeededEventInit.hx
+share/haxe/std/js/html/eme/MediaKeySession.hx
+share/haxe/std/js/html/eme/MediaKeySessionType.hx
+share/haxe/std/js/html/eme/MediaKeyStatusMap.hx
+share/haxe/std/js/html/eme/MediaKeySystemAccess.hx
+share/haxe/std/js/html/eme/MediaKeySystemConfiguration.hx
+share/haxe/std/js/html/eme/MediaKeySystemMediaCapability.hx
+share/haxe/std/js/html/eme/MediaKeys.hx
+share/haxe/std/js/html/eme/MediaKeysRequirement.hx
+share/haxe/std/js/html/idb/Cursor.hx
+share/haxe/std/js/html/idb/CursorDirection.hx
+share/haxe/std/js/html/idb/CursorWithValue.hx
+share/haxe/std/js/html/idb/Database.hx
+share/haxe/std/js/html/idb/Factory.hx
+share/haxe/std/js/html/idb/FileHandle.hx
+share/haxe/std/js/html/idb/FileMetadataParameters.hx
+share/haxe/std/js/html/idb/FileRequest.hx
+share/haxe/std/js/html/idb/Index.hx
+share/haxe/std/js/html/idb/IndexParameters.hx
+share/haxe/std/js/html/idb/KeyRange.hx
+share/haxe/std/js/html/idb/MutableFile.hx
+share/haxe/std/js/html/idb/ObjectStore.hx
+share/haxe/std/js/html/idb/ObjectStoreParameters.hx
+share/haxe/std/js/html/idb/OpenDBOptions.hx
+share/haxe/std/js/html/idb/OpenDBRequest.hx
+share/haxe/std/js/html/idb/Request.hx
+share/haxe/std/js/html/idb/RequestReadyState.hx
+share/haxe/std/js/html/idb/Transaction.hx
+share/haxe/std/js/html/idb/TransactionMode.hx
+share/haxe/std/js/html/idb/VersionChangeEvent.hx
+share/haxe/std/js/html/idb/VersionChangeEventInit.hx
+share/haxe/std/js/html/midi/MIDIAccess.hx
+share/haxe/std/js/html/midi/MIDIConnectionEvent.hx
+share/haxe/std/js/html/midi/MIDIConnectionEventInit.hx
+share/haxe/std/js/html/midi/MIDIInput.hx
+share/haxe/std/js/html/midi/MIDIInputMap.hx
+share/haxe/std/js/html/midi/MIDIMessageEvent.hx
+share/haxe/std/js/html/midi/MIDIMessageEventInit.hx
+share/haxe/std/js/html/midi/MIDIOptions.hx
+share/haxe/std/js/html/midi/MIDIOutput.hx
+share/haxe/std/js/html/midi/MIDIOutputMap.hx
+share/haxe/std/js/html/midi/MIDIPort.hx
+share/haxe/std/js/html/midi/MIDIPortConnectionState.hx
+share/haxe/std/js/html/midi/MIDIPortDeviceState.hx
+share/haxe/std/js/html/midi/MIDIPortType.hx
+share/haxe/std/js/html/push/PushEncryptionKeyName.hx
+share/haxe/std/js/html/push/PushEvent.hx
+share/haxe/std/js/html/push/PushEventInit.hx
+share/haxe/std/js/html/push/PushManager.hx
+share/haxe/std/js/html/push/PushMessageData.hx
+share/haxe/std/js/html/push/PushPermissionState.hx
+share/haxe/std/js/html/push/PushSubscription.hx
+share/haxe/std/js/html/push/PushSubscriptionInit.hx
+share/haxe/std/js/html/push/PushSubscriptionJSON.hx
+share/haxe/std/js/html/push/PushSubscriptionKeys.hx
+share/haxe/std/js/html/push/PushSubscriptionOptions.hx
+share/haxe/std/js/html/push/PushSubscriptionOptionsInit.hx
+share/haxe/std/js/html/rtc/AnswerOptions.hx
+share/haxe/std/js/html/rtc/BundlePolicy.hx
+share/haxe/std/js/html/rtc/Certificate.hx
+share/haxe/std/js/html/rtc/Configuration.hx
+share/haxe/std/js/html/rtc/DTMFSender.hx
+share/haxe/std/js/html/rtc/DTMFToneChangeEvent.hx
+share/haxe/std/js/html/rtc/DTMFToneChangeEventInit.hx
+share/haxe/std/js/html/rtc/DataChannel.hx
+share/haxe/std/js/html/rtc/DataChannelEvent.hx
+share/haxe/std/js/html/rtc/DataChannelEventInit.hx
+share/haxe/std/js/html/rtc/DataChannelInit.hx
+share/haxe/std/js/html/rtc/DataChannelState.hx
+share/haxe/std/js/html/rtc/DataChannelType.hx
+share/haxe/std/js/html/rtc/DegradationPreference.hx
+share/haxe/std/js/html/rtc/FecParameters.hx
+share/haxe/std/js/html/rtc/IceCandidate.hx
+share/haxe/std/js/html/rtc/IceCandidateInit.hx
+share/haxe/std/js/html/rtc/IceConnectionState.hx
+share/haxe/std/js/html/rtc/IceCredentialType.hx
+share/haxe/std/js/html/rtc/IceGatheringState.hx
+share/haxe/std/js/html/rtc/IceServer.hx
+share/haxe/std/js/html/rtc/IceTransportPolicy.hx
+share/haxe/std/js/html/rtc/IdentityAssertion.hx
+share/haxe/std/js/html/rtc/IdentityAssertionResult.hx
+share/haxe/std/js/html/rtc/IdentityProvider.hx
+share/haxe/std/js/html/rtc/IdentityProviderDetails.hx
+share/haxe/std/js/html/rtc/IdentityProviderOptions.hx
+share/haxe/std/js/html/rtc/IdentityProviderRegistrar.hx
+share/haxe/std/js/html/rtc/IdentityValidationResult.hx
+share/haxe/std/js/html/rtc/OfferAnswerOptions.hx
+share/haxe/std/js/html/rtc/OfferOptions.hx
+share/haxe/std/js/html/rtc/PeerConnection.hx
+share/haxe/std/js/html/rtc/PeerConnectionIceEvent.hx
+share/haxe/std/js/html/rtc/PeerConnectionIceEventInit.hx
+share/haxe/std/js/html/rtc/PriorityType.hx
+share/haxe/std/js/html/rtc/RtcpParameters.hx
+share/haxe/std/js/html/rtc/RtpCodecParameters.hx
+share/haxe/std/js/html/rtc/RtpContributingSource.hx
+share/haxe/std/js/html/rtc/RtpEncodingParameters.hx
+share/haxe/std/js/html/rtc/RtpHeaderExtensionParameters.hx
+share/haxe/std/js/html/rtc/RtpParameters.hx
+share/haxe/std/js/html/rtc/RtpReceiver.hx
+share/haxe/std/js/html/rtc/RtpSender.hx
+share/haxe/std/js/html/rtc/RtpSynchronizationSource.hx
+share/haxe/std/js/html/rtc/RtpTransceiver.hx
+share/haxe/std/js/html/rtc/RtpTransceiverDirection.hx
+share/haxe/std/js/html/rtc/RtpTransceiverInit.hx
+share/haxe/std/js/html/rtc/RtxParameters.hx
+share/haxe/std/js/html/rtc/SdpType.hx
+share/haxe/std/js/html/rtc/SessionDescription.hx
+share/haxe/std/js/html/rtc/SessionDescriptionInit.hx
+share/haxe/std/js/html/rtc/SignalingState.hx
+share/haxe/std/js/html/rtc/StatsReport.hx
+share/haxe/std/js/html/rtc/TrackEvent.hx
+share/haxe/std/js/html/rtc/TrackEventInit.hx
+share/haxe/std/js/html/svg/AElement.hx
+share/haxe/std/js/html/svg/Angle.hx
+share/haxe/std/js/html/svg/AnimateElement.hx
+share/haxe/std/js/html/svg/AnimateMotionElement.hx
+share/haxe/std/js/html/svg/AnimateTransformElement.hx
+share/haxe/std/js/html/svg/AnimatedAngle.hx
+share/haxe/std/js/html/svg/AnimatedBoolean.hx
+share/haxe/std/js/html/svg/AnimatedEnumeration.hx
+share/haxe/std/js/html/svg/AnimatedInteger.hx
+share/haxe/std/js/html/svg/AnimatedLength.hx
+share/haxe/std/js/html/svg/AnimatedLengthList.hx
+share/haxe/std/js/html/svg/AnimatedNumber.hx
+share/haxe/std/js/html/svg/AnimatedNumberList.hx
+share/haxe/std/js/html/svg/AnimatedPreserveAspectRatio.hx
+share/haxe/std/js/html/svg/AnimatedRect.hx
+share/haxe/std/js/html/svg/AnimatedString.hx
+share/haxe/std/js/html/svg/AnimatedTransformList.hx
+share/haxe/std/js/html/svg/AnimationElement.hx
+share/haxe/std/js/html/svg/BoundingBoxOptions.hx
+share/haxe/std/js/html/svg/CircleElement.hx
+share/haxe/std/js/html/svg/ClipPathElement.hx
+share/haxe/std/js/html/svg/ComponentTransferFunctionElement.hx
+share/haxe/std/js/html/svg/DefsElement.hx
+share/haxe/std/js/html/svg/DescElement.hx
+share/haxe/std/js/html/svg/Element.hx
+share/haxe/std/js/html/svg/EllipseElement.hx
+share/haxe/std/js/html/svg/FEBlendElement.hx
+share/haxe/std/js/html/svg/FEColorMatrixElement.hx
+share/haxe/std/js/html/svg/FEComponentTransferElement.hx
+share/haxe/std/js/html/svg/FECompositeElement.hx
+share/haxe/std/js/html/svg/FEConvolveMatrixElement.hx
+share/haxe/std/js/html/svg/FEDiffuseLightingElement.hx
+share/haxe/std/js/html/svg/FEDisplacementMapElement.hx
+share/haxe/std/js/html/svg/FEDistantLightElement.hx
+share/haxe/std/js/html/svg/FEDropShadowElement.hx
+share/haxe/std/js/html/svg/FEFloodElement.hx
+share/haxe/std/js/html/svg/FEFuncAElement.hx
+share/haxe/std/js/html/svg/FEFuncBElement.hx
+share/haxe/std/js/html/svg/FEFuncGElement.hx
+share/haxe/std/js/html/svg/FEFuncRElement.hx
+share/haxe/std/js/html/svg/FEGaussianBlurElement.hx
+share/haxe/std/js/html/svg/FEImageElement.hx
+share/haxe/std/js/html/svg/FEMergeElement.hx
+share/haxe/std/js/html/svg/FEMergeNodeElement.hx
+share/haxe/std/js/html/svg/FEMorphologyElement.hx
+share/haxe/std/js/html/svg/FEOffsetElement.hx
+share/haxe/std/js/html/svg/FEPointLightElement.hx
+share/haxe/std/js/html/svg/FESpecularLightingElement.hx
+share/haxe/std/js/html/svg/FESpotLightElement.hx
+share/haxe/std/js/html/svg/FETileElement.hx
+share/haxe/std/js/html/svg/FETurbulenceElement.hx
+share/haxe/std/js/html/svg/FilterElement.hx
+share/haxe/std/js/html/svg/ForeignObjectElement.hx
+share/haxe/std/js/html/svg/GElement.hx
+share/haxe/std/js/html/svg/GeometryElement.hx
+share/haxe/std/js/html/svg/GradientElement.hx
+share/haxe/std/js/html/svg/GraphicsElement.hx
+share/haxe/std/js/html/svg/ImageElement.hx
+share/haxe/std/js/html/svg/Length.hx
+share/haxe/std/js/html/svg/LengthList.hx
+share/haxe/std/js/html/svg/LineElement.hx
+share/haxe/std/js/html/svg/LinearGradientElement.hx
+share/haxe/std/js/html/svg/MPathElement.hx
+share/haxe/std/js/html/svg/MarkerElement.hx
+share/haxe/std/js/html/svg/MaskElement.hx
+share/haxe/std/js/html/svg/Matrix.hx
+share/haxe/std/js/html/svg/MetadataElement.hx
+share/haxe/std/js/html/svg/Number.hx
+share/haxe/std/js/html/svg/NumberList.hx
+share/haxe/std/js/html/svg/PathElement.hx
+share/haxe/std/js/html/svg/PathSeg.hx
+share/haxe/std/js/html/svg/PathSegArcAbs.hx
+share/haxe/std/js/html/svg/PathSegArcRel.hx
+share/haxe/std/js/html/svg/PathSegClosePath.hx
+share/haxe/std/js/html/svg/PathSegCurvetoCubicAbs.hx
+share/haxe/std/js/html/svg/PathSegCurvetoCubicRel.hx
+share/haxe/std/js/html/svg/PathSegCurvetoCubicSmoothAbs.hx
+share/haxe/std/js/html/svg/PathSegCurvetoCubicSmoothRel.hx
+share/haxe/std/js/html/svg/PathSegCurvetoQuadraticAbs.hx
+share/haxe/std/js/html/svg/PathSegCurvetoQuadraticRel.hx
+share/haxe/std/js/html/svg/PathSegCurvetoQuadraticSmoothAbs.hx
+share/haxe/std/js/html/svg/PathSegCurvetoQuadraticSmoothRel.hx
+share/haxe/std/js/html/svg/PathSegLinetoAbs.hx
+share/haxe/std/js/html/svg/PathSegLinetoHorizontalAbs.hx
+share/haxe/std/js/html/svg/PathSegLinetoHorizontalRel.hx
+share/haxe/std/js/html/svg/PathSegLinetoRel.hx
+share/haxe/std/js/html/svg/PathSegLinetoVerticalAbs.hx
+share/haxe/std/js/html/svg/PathSegLinetoVerticalRel.hx
+share/haxe/std/js/html/svg/PathSegList.hx
+share/haxe/std/js/html/svg/PathSegMovetoAbs.hx
+share/haxe/std/js/html/svg/PathSegMovetoRel.hx
+share/haxe/std/js/html/svg/PatternElement.hx
+share/haxe/std/js/html/svg/Point.hx
+share/haxe/std/js/html/svg/PointList.hx
+share/haxe/std/js/html/svg/PolygonElement.hx
+share/haxe/std/js/html/svg/PolylineElement.hx
+share/haxe/std/js/html/svg/PreserveAspectRatio.hx
+share/haxe/std/js/html/svg/RadialGradientElement.hx
+share/haxe/std/js/html/svg/Rect.hx
+share/haxe/std/js/html/svg/RectElement.hx
+share/haxe/std/js/html/svg/SVGElement.hx
+share/haxe/std/js/html/svg/ScriptElement.hx
+share/haxe/std/js/html/svg/SetElement.hx
+share/haxe/std/js/html/svg/StopElement.hx
+share/haxe/std/js/html/svg/StringList.hx
+share/haxe/std/js/html/svg/StyleElement.hx
+share/haxe/std/js/html/svg/SwitchElement.hx
+share/haxe/std/js/html/svg/SymbolElement.hx
+share/haxe/std/js/html/svg/TSpanElement.hx
+share/haxe/std/js/html/svg/TextContentElement.hx
+share/haxe/std/js/html/svg/TextElement.hx
+share/haxe/std/js/html/svg/TextPathElement.hx
+share/haxe/std/js/html/svg/TextPositioningElement.hx
+share/haxe/std/js/html/svg/TitleElement.hx
+share/haxe/std/js/html/svg/Transform.hx
+share/haxe/std/js/html/svg/TransformList.hx
+share/haxe/std/js/html/svg/UnitTypes.hx
+share/haxe/std/js/html/svg/UseElement.hx
+share/haxe/std/js/html/svg/ViewElement.hx
+share/haxe/std/js/html/svg/ZoomAndPan.hx
+share/haxe/std/js/html/webgl/ActiveInfo.hx
+share/haxe/std/js/html/webgl/Buffer.hx
+share/haxe/std/js/html/webgl/ContextAttributes.hx
+share/haxe/std/js/html/webgl/ContextEvent.hx
+share/haxe/std/js/html/webgl/ContextEventInit.hx
+share/haxe/std/js/html/webgl/Extension.hx
+share/haxe/std/js/html/webgl/Framebuffer.hx
+share/haxe/std/js/html/webgl/GL.hx
+share/haxe/std/js/html/webgl/GL2.hx
+share/haxe/std/js/html/webgl/PowerPreference.hx
+share/haxe/std/js/html/webgl/Program.hx
+share/haxe/std/js/html/webgl/Query.hx
+share/haxe/std/js/html/webgl/Renderbuffer.hx
+share/haxe/std/js/html/webgl/RenderingContext.hx
+share/haxe/std/js/html/webgl/Sampler.hx
+share/haxe/std/js/html/webgl/Shader.hx
+share/haxe/std/js/html/webgl/ShaderPrecisionFormat.hx
+share/haxe/std/js/html/webgl/Sync.hx
+share/haxe/std/js/html/webgl/Texture.hx
+share/haxe/std/js/html/webgl/TransformFeedback.hx
+share/haxe/std/js/html/webgl/UniformLocation.hx
+share/haxe/std/js/html/webgl/VertexArrayObject.hx
+share/haxe/std/js/html/webgl/WebGL2RenderingContext.hx
+share/haxe/std/js/html/webgl/extension/ANGLEInstancedArrays.hx
+share/haxe/std/js/html/webgl/extension/EXTBlendMinmax.hx
+share/haxe/std/js/html/webgl/extension/EXTColorBufferFloat.hx
+share/haxe/std/js/html/webgl/extension/EXTColorBufferHalfFloat.hx
+share/haxe/std/js/html/webgl/extension/EXTDisjointTimerQuery.hx
+share/haxe/std/js/html/webgl/extension/EXTFragDepth.hx
+share/haxe/std/js/html/webgl/extension/EXTShaderTextureLod.hx
+share/haxe/std/js/html/webgl/extension/EXTSrgb.hx
+share/haxe/std/js/html/webgl/extension/EXTTextureFilterAnisotropic.hx
+share/haxe/std/js/html/webgl/extension/OESElementIndexUint.hx
+share/haxe/std/js/html/webgl/extension/OESStandardDerivatives.hx
+share/haxe/std/js/html/webgl/extension/OESTextureFloat.hx
+share/haxe/std/js/html/webgl/extension/OESTextureFloatLinear.hx
+share/haxe/std/js/html/webgl/extension/OESTextureHalfFloat.hx
+share/haxe/std/js/html/webgl/extension/OESTextureHalfFloatLinear.hx
+share/haxe/std/js/html/webgl/extension/OESVertexArrayObject.hx
+share/haxe/std/js/html/webgl/extension/WEBGLColorBufferFloat.hx
+share/haxe/std/js/html/webgl/extension/WEBGLCompressedTextureAstc.hx
+share/haxe/std/js/html/webgl/extension/WEBGLCompressedTextureAtc.hx
+share/haxe/std/js/html/webgl/extension/WEBGLCompressedTextureEtc.hx
+share/haxe/std/js/html/webgl/extension/WEBGLCompressedTextureEtc1.hx
+share/haxe/std/js/html/webgl/extension/WEBGLCompressedTexturePvrtc.hx
+share/haxe/std/js/html/webgl/extension/WEBGLCompressedTextureS3tc.hx
+share/haxe/std/js/html/webgl/extension/WEBGLCompressedTextureS3tcSrgb.hx
+share/haxe/std/js/html/webgl/extension/WEBGLDebugRendererInfo.hx
+share/haxe/std/js/html/webgl/extension/WEBGLDebugShaders.hx
+share/haxe/std/js/html/webgl/extension/WEBGLDepthTexture.hx
+share/haxe/std/js/html/webgl/extension/WEBGLDrawBuffers.hx
+share/haxe/std/js/html/webgl/extension/WEBGLLoseContext.hx
+share/haxe/std/js/lib/ArrayBuffer.hx
+share/haxe/std/js/lib/ArrayBufferView.hx
+share/haxe/std/js/lib/BufferSource.hx
+share/haxe/std/js/lib/DataView.hx
+share/haxe/std/js/lib/Date.hx
+share/haxe/std/js/lib/Error.hx
+share/haxe/std/js/lib/Float32Array.hx
+share/haxe/std/js/lib/Float64Array.hx
+share/haxe/std/js/lib/Function.hx
+share/haxe/std/js/lib/Int16Array.hx
+share/haxe/std/js/lib/Int32Array.hx
+share/haxe/std/js/lib/Int8Array.hx
+share/haxe/std/js/lib/Intl.hx
+share/haxe/std/js/lib/Iterator.hx
+share/haxe/std/js/lib/Map.hx
+share/haxe/std/js/lib/Math.hx
+share/haxe/std/js/lib/Object.hx
+share/haxe/std/js/lib/Promise.hx
+share/haxe/std/js/lib/Proxy.hx
+share/haxe/std/js/lib/Reflect.hx
+share/haxe/std/js/lib/RegExp.hx
+share/haxe/std/js/lib/Set.hx
+share/haxe/std/js/lib/Symbol.hx
+share/haxe/std/js/lib/Uint16Array.hx
+share/haxe/std/js/lib/Uint32Array.hx
+share/haxe/std/js/lib/Uint8Array.hx
+share/haxe/std/js/lib/Uint8ClampedArray.hx
+share/haxe/std/js/lib/WeakMap.hx
+share/haxe/std/js/lib/WeakSet.hx
+share/haxe/std/js/lib/WebAssembly.hx
+share/haxe/std/js/lib/intl/Collator.hx
+share/haxe/std/js/lib/intl/DateTimeFormat.hx
+share/haxe/std/js/lib/intl/LocaleMatcher.hx
+share/haxe/std/js/lib/intl/NumberFormat.hx
+share/haxe/std/js/lib/intl/PluralRules.hx
+share/haxe/std/js/lib/intl/RelativeTimeFormat.hx
+share/haxe/std/js/lib/webassembly/CompileError.hx
+share/haxe/std/js/lib/webassembly/Global.hx
+share/haxe/std/js/lib/webassembly/Instance.hx
+share/haxe/std/js/lib/webassembly/LinkError.hx
+share/haxe/std/js/lib/webassembly/Memory.hx
+share/haxe/std/js/lib/webassembly/Module.hx
+share/haxe/std/js/lib/webassembly/RuntimeError.hx
+share/haxe/std/js/lib/webassembly/Table.hx
+share/haxe/std/jvm/DynamicObject.hx
+share/haxe/std/jvm/EmptyConstructor.hx
+share/haxe/std/jvm/Enum.hx
+share/haxe/std/jvm/Exception.hx
+share/haxe/std/jvm/Jvm.hx
+share/haxe/std/jvm/NativeTools.hx
+share/haxe/std/jvm/Object.hx
+share/haxe/std/jvm/StringExt.hx
+share/haxe/std/jvm/_std/Reflect.hx
+share/haxe/std/jvm/_std/Std.hx
+share/haxe/std/jvm/_std/String.hx
+share/haxe/std/jvm/_std/Type.hx
+share/haxe/std/jvm/annotation/ClassReflectionInformation.hx
+share/haxe/std/jvm/annotation/EnumReflectionInformation.hx
+share/haxe/std/jvm/annotation/EnumValueReflectionInformation.hx
+share/haxe/std/lua/Bit.hx
+share/haxe/std/lua/Boot.hx
+share/haxe/std/lua/Coroutine.hx
+share/haxe/std/lua/Debug.hx
+share/haxe/std/lua/Ffi.hx
+share/haxe/std/lua/FileHandle.hx
+share/haxe/std/lua/HaxeIterator.hx
+share/haxe/std/lua/Io.hx
+share/haxe/std/lua/Jit.hx
+share/haxe/std/lua/Lib.hx
+share/haxe/std/lua/LocaleCategory.hx
+share/haxe/std/lua/Lua.hx
+share/haxe/std/lua/Math.hx
+share/haxe/std/lua/NativeIterator.hx
+share/haxe/std/lua/NativeStringTools.hx
+share/haxe/std/lua/Os.hx
+share/haxe/std/lua/Package.hx
+share/haxe/std/lua/PairTools.hx
+share/haxe/std/lua/Result.hx
+share/haxe/std/lua/Table.hx
+share/haxe/std/lua/TableTools.hx
+share/haxe/std/lua/Thread.hx
+share/haxe/std/lua/Time.hx
+share/haxe/std/lua/UserData.hx
+share/haxe/std/lua/_lua/_hx_anon.lua
+share/haxe/std/lua/_lua/_hx_apply_self.lua
+share/haxe/std/lua/_lua/_hx_bind.lua
+share/haxe/std/lua/_lua/_hx_bit.lua
+share/haxe/std/lua/_lua/_hx_bit_clamp.lua
+share/haxe/std/lua/_lua/_hx_box_mr.lua
+share/haxe/std/lua/_lua/_hx_classes.lua
+share/haxe/std/lua/_lua/_hx_dyn_add.lua
+share/haxe/std/lua/_lua/_hx_func_to_field.lua
+share/haxe/std/lua/_lua/_hx_print.lua
+share/haxe/std/lua/_lua/_hx_random_init.lua
+share/haxe/std/lua/_lua/_hx_static_to_instance.lua
+share/haxe/std/lua/_lua/_hx_tab_array.lua
+share/haxe/std/lua/_lua/_hx_table.lua
+share/haxe/std/lua/_lua/_hx_wrap_if_string_field.lua
+share/haxe/std/lua/_std/Array.hx
+share/haxe/std/lua/_std/Date.hx
+share/haxe/std/lua/_std/EReg.hx
+share/haxe/std/lua/_std/Math.hx
+share/haxe/std/lua/_std/Reflect.hx
+share/haxe/std/lua/_std/Std.hx
+share/haxe/std/lua/_std/String.hx
+share/haxe/std/lua/_std/StringBuf.hx
+share/haxe/std/lua/_std/Sys.hx
+share/haxe/std/lua/_std/Type.hx
+share/haxe/std/lua/_std/haxe/Json.hx
+share/haxe/std/lua/_std/haxe/ds/IntMap.hx
+share/haxe/std/lua/_std/haxe/ds/ObjectMap.hx
+share/haxe/std/lua/_std/haxe/ds/StringMap.hx
+share/haxe/std/lua/_std/sys/FileSystem.hx
+share/haxe/std/lua/_std/sys/io/File.hx
+share/haxe/std/lua/_std/sys/io/FileInput.hx
+share/haxe/std/lua/_std/sys/io/FileOutput.hx
+share/haxe/std/lua/_std/sys/io/Process.hx
+share/haxe/std/lua/_std/sys/net/Host.hx
+share/haxe/std/lua/_std/sys/net/Socket.hx
+share/haxe/std/lua/lib/lrexlib/Rex.hx
+share/haxe/std/lua/lib/luasocket/Socket.hx
+share/haxe/std/lua/lib/luasocket/socket/AddrInfo.hx
+share/haxe/std/lua/lib/luasocket/socket/Dns.hx
+share/haxe/std/lua/lib/luasocket/socket/ReceivePattern.hx
+share/haxe/std/lua/lib/luasocket/socket/SelectResult.hx
+share/haxe/std/lua/lib/luasocket/socket/ShutdownMode.hx
+share/haxe/std/lua/lib/luasocket/socket/TcpClient.hx
+share/haxe/std/lua/lib/luasocket/socket/TcpMaster.hx
+share/haxe/std/lua/lib/luasocket/socket/TcpOption.hx
+share/haxe/std/lua/lib/luasocket/socket/TcpServer.hx
+share/haxe/std/lua/lib/luasocket/socket/TimeoutMode.hx
+share/haxe/std/lua/lib/luautf8/Utf8.hx
+share/haxe/std/lua/lib/luv/Async.hx
+share/haxe/std/lua/lib/luv/Check.hx
+share/haxe/std/lua/lib/luv/Handle.hx
+share/haxe/std/lua/lib/luv/Idle.hx
+share/haxe/std/lua/lib/luv/Loop.hx
+share/haxe/std/lua/lib/luv/Misc.hx
+share/haxe/std/lua/lib/luv/Pipe.hx
+share/haxe/std/lua/lib/luv/Poll.hx
+share/haxe/std/lua/lib/luv/Prepare.hx
+share/haxe/std/lua/lib/luv/Process.hx
+share/haxe/std/lua/lib/luv/Request.hx
+share/haxe/std/lua/lib/luv/Signal.hx
+share/haxe/std/lua/lib/luv/Stream.hx
+share/haxe/std/lua/lib/luv/Thread.hx
+share/haxe/std/lua/lib/luv/Timer.hx
+share/haxe/std/lua/lib/luv/Tty.hx
+share/haxe/std/lua/lib/luv/Work.hx
+share/haxe/std/lua/lib/luv/fs/FileDescriptor.hx
+share/haxe/std/lua/lib/luv/fs/FileSystem.hx
+share/haxe/std/lua/lib/luv/fs/FileSystemEvent.hx
+share/haxe/std/lua/lib/luv/fs/FileSystemPoll.hx
+share/haxe/std/lua/lib/luv/fs/Open.hx
+share/haxe/std/lua/lib/luv/net/Dns.hx
+share/haxe/std/lua/lib/luv/net/Tcp.hx
+share/haxe/std/lua/lib/luv/net/Udp.hx
+share/haxe/std/neko/Boot.hx
+share/haxe/std/neko/Lib.hx
+share/haxe/std/neko/NativeArray.hx
+share/haxe/std/neko/NativeString.hx
+share/haxe/std/neko/NativeXml.hx
+share/haxe/std/neko/Random.hx
+share/haxe/std/neko/Utf8.hx
+share/haxe/std/neko/Web.hx
+share/haxe/std/neko/_std/Array.hx
+share/haxe/std/neko/_std/Date.hx
+share/haxe/std/neko/_std/EReg.hx
+share/haxe/std/neko/_std/Math.hx
+share/haxe/std/neko/_std/Reflect.hx
+share/haxe/std/neko/_std/Std.hx
+share/haxe/std/neko/_std/String.hx
+share/haxe/std/neko/_std/StringBuf.hx
+share/haxe/std/neko/_std/Sys.hx
+share/haxe/std/neko/_std/Type.hx
+share/haxe/std/neko/_std/haxe/Utf8.hx
+share/haxe/std/neko/_std/haxe/ds/IntMap.hx
+share/haxe/std/neko/_std/haxe/ds/ObjectMap.hx
+share/haxe/std/neko/_std/haxe/ds/StringMap.hx
+share/haxe/std/neko/_std/haxe/zip/Compress.hx
+share/haxe/std/neko/_std/haxe/zip/Uncompress.hx
+share/haxe/std/neko/_std/sys/FileSystem.hx
+share/haxe/std/neko/_std/sys/db/Mysql.hx
+share/haxe/std/neko/_std/sys/db/Sqlite.hx
+share/haxe/std/neko/_std/sys/io/File.hx
+share/haxe/std/neko/_std/sys/io/FileInput.hx
+share/haxe/std/neko/_std/sys/io/FileOutput.hx
+share/haxe/std/neko/_std/sys/io/Process.hx
+share/haxe/std/neko/_std/sys/net/Host.hx
+share/haxe/std/neko/_std/sys/net/Socket.hx
+share/haxe/std/neko/_std/sys/net/UdpSocket.hx
+share/haxe/std/neko/_std/sys/ssl/Certificate.hx
+share/haxe/std/neko/_std/sys/ssl/Digest.hx
+share/haxe/std/neko/_std/sys/ssl/Key.hx
+share/haxe/std/neko/_std/sys/ssl/Socket.hx
+share/haxe/std/neko/_std/sys/thread/Deque.hx
+share/haxe/std/neko/_std/sys/thread/Lock.hx
+share/haxe/std/neko/_std/sys/thread/Mutex.hx
+share/haxe/std/neko/_std/sys/thread/Thread.hx
+share/haxe/std/neko/_std/sys/thread/Tls.hx
+share/haxe/std/neko/vm/Deque.hx
+share/haxe/std/neko/vm/Gc.hx
+share/haxe/std/neko/vm/Loader.hx
+share/haxe/std/neko/vm/Lock.hx
+share/haxe/std/neko/vm/Module.hx
+share/haxe/std/neko/vm/Mutex.hx
+share/haxe/std/neko/vm/Thread.hx
+share/haxe/std/neko/vm/Tls.hx
+share/haxe/std/neko/vm/Ui.hx
+share/haxe/std/neko/zip/Compress.hx
+share/haxe/std/neko/zip/Flush.hx
+share/haxe/std/neko/zip/Uncompress.hx
+share/haxe/std/php/ArrayAccess.hx
+share/haxe/std/php/Boot.hx
+share/haxe/std/php/Closure.hx
+share/haxe/std/php/Const.hx
+share/haxe/std/php/Error.hx
+share/haxe/std/php/ErrorException.hx
+share/haxe/std/php/Exception.hx
+share/haxe/std/php/Generator.hx
+share/haxe/std/php/Global.hx
+share/haxe/std/php/IteratorAggregate.hx
+share/haxe/std/php/Lib.hx
+share/haxe/std/php/NativeArray.hx
+share/haxe/std/php/NativeAssocArray.hx
+share/haxe/std/php/NativeIndexedArray.hx
+share/haxe/std/php/NativeString.hx
+share/haxe/std/php/NativeStructArray.hx
+share/haxe/std/php/Ref.hx
+share/haxe/std/php/Resource.hx
+share/haxe/std/php/RuntimeException.hx
+share/haxe/std/php/Scalar.hx
+share/haxe/std/php/Session.hx
+share/haxe/std/php/SessionHandlerInterface.hx
+share/haxe/std/php/StdClass.hx
+share/haxe/std/php/SuperGlobal.hx
+share/haxe/std/php/Syntax.hx
+share/haxe/std/php/Throwable.hx
+share/haxe/std/php/Traversable.hx
+share/haxe/std/php/Web.hx
+share/haxe/std/php/_polyfills.php
+share/haxe/std/php/_std/Array.hx
+share/haxe/std/php/_std/Date.hx
+share/haxe/std/php/_std/EReg.hx
+share/haxe/std/php/_std/Math.hx
+share/haxe/std/php/_std/Reflect.hx
+share/haxe/std/php/_std/Std.hx
+share/haxe/std/php/_std/String.hx
+share/haxe/std/php/_std/StringBuf.hx
+share/haxe/std/php/_std/StringTools.hx
+share/haxe/std/php/_std/Sys.hx
+share/haxe/std/php/_std/Type.hx
+share/haxe/std/php/_std/haxe/CallStack.hx
+share/haxe/std/php/_std/haxe/Json.hx
+share/haxe/std/php/_std/haxe/Resource.hx
+share/haxe/std/php/_std/haxe/Utf8.hx
+share/haxe/std/php/_std/haxe/crypto/Base64.hx
+share/haxe/std/php/_std/haxe/crypto/Md5.hx
+share/haxe/std/php/_std/haxe/crypto/Sha1.hx
+share/haxe/std/php/_std/haxe/crypto/Sha224.hx
+share/haxe/std/php/_std/haxe/crypto/Sha256.hx
+share/haxe/std/php/_std/haxe/ds/IntMap.hx
+share/haxe/std/php/_std/haxe/ds/ObjectMap.hx
+share/haxe/std/php/_std/haxe/ds/StringMap.hx
+share/haxe/std/php/_std/haxe/ds/Vector.hx
+share/haxe/std/php/_std/haxe/format/JsonParser.hx
+share/haxe/std/php/_std/haxe/io/Bytes.hx
+share/haxe/std/php/_std/haxe/io/BytesBuffer.hx
+share/haxe/std/php/_std/haxe/io/BytesData.hx
+share/haxe/std/php/_std/haxe/io/BytesInput.hx
+share/haxe/std/php/_std/haxe/io/BytesOutput.hx
+share/haxe/std/php/_std/haxe/io/FPHelper.hx
+share/haxe/std/php/_std/haxe/iterators/StringIteratorUnicode.hx
+share/haxe/std/php/_std/haxe/iterators/StringKeyValueIteratorUnicode.hx
+share/haxe/std/php/_std/haxe/xml/Parser.hx
+share/haxe/std/php/_std/haxe/zip/Compress.hx
+share/haxe/std/php/_std/haxe/zip/Uncompress.hx
+share/haxe/std/php/_std/sys/FileSystem.hx
+share/haxe/std/php/_std/sys/db/Mysql.hx
+share/haxe/std/php/_std/sys/db/Sqlite.hx
+share/haxe/std/php/_std/sys/io/File.hx
+share/haxe/std/php/_std/sys/io/FileInput.hx
+share/haxe/std/php/_std/sys/io/FileOutput.hx
+share/haxe/std/php/_std/sys/io/Process.hx
+share/haxe/std/php/_std/sys/net/Host.hx
+share/haxe/std/php/_std/sys/net/Socket.hx
+share/haxe/std/php/db/Mysqli.hx
+share/haxe/std/php/db/Mysqli_driver.hx
+share/haxe/std/php/db/Mysqli_result.hx
+share/haxe/std/php/db/Mysqli_stmt.hx
+share/haxe/std/php/db/Mysqli_warning.hx
+share/haxe/std/php/db/PDO.hx
+share/haxe/std/php/db/PDOException.hx
+share/haxe/std/php/db/PDOStatement.hx
+share/haxe/std/php/db/SQLite3.hx
+share/haxe/std/php/db/SQLite3Result.hx
+share/haxe/std/php/db/SQLite3Stmt.hx
+share/haxe/std/php/net/Socket.hx
+share/haxe/std/php/net/SslSocket.hx
+share/haxe/std/php/reflection/ReflectionClass.hx
+share/haxe/std/php/reflection/ReflectionFunctionAbstract.hx
+share/haxe/std/php/reflection/ReflectionMethod.hx
+share/haxe/std/php/reflection/ReflectionProperty.hx
+share/haxe/std/php/reflection/Reflector.hx
+share/haxe/std/python/Boot.hx
+share/haxe/std/python/Bytearray.hx
+share/haxe/std/python/Bytes.hx
+share/haxe/std/python/Dict.hx
+share/haxe/std/python/Exceptions.hx
+share/haxe/std/python/HaxeIterable.hx
+share/haxe/std/python/HaxeIterator.hx
+share/haxe/std/python/KwArgs.hx
+share/haxe/std/python/Lib.hx
+share/haxe/std/python/NativeArrayTools.hx
+share/haxe/std/python/NativeIterable.hx
+share/haxe/std/python/NativeIterator.hx
+share/haxe/std/python/NativeStringTools.hx
+share/haxe/std/python/Set.hx
+share/haxe/std/python/Syntax.hx
+share/haxe/std/python/Tuple.hx
+share/haxe/std/python/VarArgs.hx
+share/haxe/std/python/_std/Array.hx
+share/haxe/std/python/_std/Date.hx
+share/haxe/std/python/_std/EReg.hx
+share/haxe/std/python/_std/Math.hx
+share/haxe/std/python/_std/Reflect.hx
+share/haxe/std/python/_std/Std.hx
+share/haxe/std/python/_std/String.hx
+share/haxe/std/python/_std/StringBuf.hx
+share/haxe/std/python/_std/Sys.hx
+share/haxe/std/python/_std/Type.hx
+share/haxe/std/python/_std/haxe/Json.hx
+share/haxe/std/python/_std/haxe/Resource.hx
+share/haxe/std/python/_std/haxe/ds/IntMap.hx
+share/haxe/std/python/_std/haxe/ds/ObjectMap.hx
+share/haxe/std/python/_std/haxe/ds/StringMap.hx
+share/haxe/std/python/_std/sys/FileSystem.hx
+share/haxe/std/python/_std/sys/io/File.hx
+share/haxe/std/python/_std/sys/io/FileInput.hx
+share/haxe/std/python/_std/sys/io/FileOutput.hx
+share/haxe/std/python/_std/sys/io/Process.hx
+share/haxe/std/python/_std/sys/net/Host.hx
+share/haxe/std/python/_std/sys/net/Socket.hx
+share/haxe/std/python/internal/AnonObject.hx
+share/haxe/std/python/internal/ArrayImpl.hx
+share/haxe/std/python/internal/EnumImpl.hx
+share/haxe/std/python/internal/HxException.hx
+share/haxe/std/python/internal/HxOverrides.hx
+share/haxe/std/python/internal/Internal.hx
+share/haxe/std/python/internal/MethodClosure.hx
+share/haxe/std/python/internal/StringImpl.hx
+share/haxe/std/python/internal/UBuiltins.hx
+share/haxe/std/python/io/FileBytesInput.hx
+share/haxe/std/python/io/FileBytesOutput.hx
+share/haxe/std/python/io/FileTextInput.hx
+share/haxe/std/python/io/FileTextOutput.hx
+share/haxe/std/python/io/IFileInput.hx
+share/haxe/std/python/io/IFileOutput.hx
+share/haxe/std/python/io/IInput.hx
+share/haxe/std/python/io/IOutput.hx
+share/haxe/std/python/io/IoTools.hx
+share/haxe/std/python/io/NativeBytesInput.hx
+share/haxe/std/python/io/NativeBytesOutput.hx
+share/haxe/std/python/io/NativeInput.hx
+share/haxe/std/python/io/NativeOutput.hx
+share/haxe/std/python/io/NativeTextInput.hx
+share/haxe/std/python/io/NativeTextOutput.hx
+share/haxe/std/python/lib/Builtins.hx
+share/haxe/std/python/lib/Codecs.hx
+share/haxe/std/python/lib/FileDescriptor.hx
+share/haxe/std/python/lib/FileObject.hx
+share/haxe/std/python/lib/Functools.hx
+share/haxe/std/python/lib/Glob.hx
+share/haxe/std/python/lib/Hashlib.hx
+share/haxe/std/python/lib/Inspect.hx
+share/haxe/std/python/lib/Io.hx
+share/haxe/std/python/lib/Json.hx
+share/haxe/std/python/lib/Math.hx
+share/haxe/std/python/lib/Msvcrt.hx
+share/haxe/std/python/lib/Os.hx
+share/haxe/std/python/lib/Pprint.hx
+share/haxe/std/python/lib/Random.hx
+share/haxe/std/python/lib/Re.hx
+share/haxe/std/python/lib/Select.hx
+share/haxe/std/python/lib/Shutil.hx
+share/haxe/std/python/lib/Socket.hx
+share/haxe/std/python/lib/Ssl.hx
+share/haxe/std/python/lib/Subprocess.hx
+share/haxe/std/python/lib/Sys.hx
+share/haxe/std/python/lib/Tempfile.hx
+share/haxe/std/python/lib/Termios.hx
+share/haxe/std/python/lib/ThreadLowLevel.hx
+share/haxe/std/python/lib/Threading.hx
+share/haxe/std/python/lib/Time.hx
+share/haxe/std/python/lib/Timeit.hx
+share/haxe/std/python/lib/Traceback.hx
+share/haxe/std/python/lib/Tty.hx
+share/haxe/std/python/lib/codecs/Codec.hx
+share/haxe/std/python/lib/codecs/StreamReader.hx
+share/haxe/std/python/lib/codecs/StreamReaderWriter.hx
+share/haxe/std/python/lib/codecs/StreamWriter.hx
+share/haxe/std/python/lib/datetime/Datetime.hx
+share/haxe/std/python/lib/datetime/Timedelta.hx
+share/haxe/std/python/lib/datetime/Timezone.hx
+share/haxe/std/python/lib/datetime/Tzinfo.hx
+share/haxe/std/python/lib/io/BlockingIOError.hx
+share/haxe/std/python/lib/io/BufferedIOBase.hx
+share/haxe/std/python/lib/io/BufferedRWPair.hx
+share/haxe/std/python/lib/io/BufferedRandom.hx
+share/haxe/std/python/lib/io/BufferedReader.hx
+share/haxe/std/python/lib/io/BufferedWriter.hx
+share/haxe/std/python/lib/io/BytesIO.hx
+share/haxe/std/python/lib/io/FileIO.hx
+share/haxe/std/python/lib/io/IOBase.hx
+share/haxe/std/python/lib/io/RawIOBase.hx
+share/haxe/std/python/lib/io/StringIO.hx
+share/haxe/std/python/lib/io/TextIOBase.hx
+share/haxe/std/python/lib/io/TextIOWrapper.hx
+share/haxe/std/python/lib/io/UnsupportedOperation.hx
+share/haxe/std/python/lib/json/JSONDecoder.hx
+share/haxe/std/python/lib/json/JSONEncoder.hx
+share/haxe/std/python/lib/net/Address.hx
+share/haxe/std/python/lib/net/Socket.hx
+share/haxe/std/python/lib/os/Path.hx
+share/haxe/std/python/lib/socket/Address.hx
+share/haxe/std/python/lib/socket/Socket.hx
+share/haxe/std/python/lib/ssl/Purpose.hx
+share/haxe/std/python/lib/ssl/SSLContext.hx
+share/haxe/std/python/lib/ssl/SSLSession.hx
+share/haxe/std/python/lib/ssl/SSLSocket.hx
+share/haxe/std/python/lib/subprocess/Popen.hx
+share/haxe/std/python/lib/threading/Lock.hx
+share/haxe/std/python/lib/threading/RLock.hx
+share/haxe/std/python/lib/threading/Thread.hx
+share/haxe/std/python/lib/time/StructTime.hx
+share/haxe/std/python/lib/urllib/Parse.hx
+share/haxe/std/python/lib/xml/etree/ElementTree.hx
+share/haxe/std/python/net/SslSocket.hx
+share/haxe/std/sys/FileStat.hx
+share/haxe/std/sys/FileSystem.hx
+share/haxe/std/sys/Http.hx
+share/haxe/std/sys/db/Connection.hx
+share/haxe/std/sys/db/Mysql.hx
+share/haxe/std/sys/db/ResultSet.hx
+share/haxe/std/sys/db/Sqlite.hx
+share/haxe/std/sys/io/File.hx
+share/haxe/std/sys/io/FileInput.hx
+share/haxe/std/sys/io/FileOutput.hx
+share/haxe/std/sys/io/FileSeek.hx
+share/haxe/std/sys/io/Process.hx
+share/haxe/std/sys/net/Address.hx
+share/haxe/std/sys/net/Host.hx
+share/haxe/std/sys/net/Socket.hx
+share/haxe/std/sys/net/UdpSocket.hx
+share/haxe/std/sys/ssl/Certificate.hx
+share/haxe/std/sys/ssl/Digest.hx
+share/haxe/std/sys/ssl/DigestAlgorithm.hx
+share/haxe/std/sys/ssl/Key.hx
+share/haxe/std/sys/ssl/Socket.hx
+share/haxe/std/sys/thread/Deque.hx
+share/haxe/std/sys/thread/Lock.hx
+share/haxe/std/sys/thread/Mutex.hx
+share/haxe/std/sys/thread/Thread.hx
+share/haxe/std/sys/thread/Tls.hx
diff --git a/haxe/distinfo b/haxe/distinfo
new file mode 100644
index 0000000000..679d1912f3
--- /dev/null
+++ b/haxe/distinfo
@@ -0,0 +1,17 @@
+$NetBSD: distinfo,v 1.8 2019/05/15 09:01:03 jaapb Exp $
+
+SHA1 (haxe/ae0d8a85666199b52aed8987c9feaf297c3f66d4.tar.gz) = 1fe37e7d12835b8a79202e7e3c8152f040a2c007
+RMD160 (haxe/ae0d8a85666199b52aed8987c9feaf297c3f66d4.tar.gz) = 32e25fb3968a1f7c74d15a76bf7919377f2c0ad1
+SHA512 (haxe/ae0d8a85666199b52aed8987c9feaf297c3f66d4.tar.gz) = 2915b3d4933086ee323cddd666d6102e7cab97c05971aa5f13652f640b12a662ab0c735e7a8831ebcf22df1db2bebf5f32061a87bafca6e2e0e128d141067d07
+Size (haxe/ae0d8a85666199b52aed8987c9feaf297c3f66d4.tar.gz) = 44432 bytes
+SHA1 (haxe/haxe-4.0.0.tar.gz) = 6003a7659a6930902f6e47e5672cfe0befcc219e
+RMD160 (haxe/haxe-4.0.0.tar.gz) = 95e7ffd7148d894ad6056f5a3c32a29dd801f009
+SHA512 (haxe/haxe-4.0.0.tar.gz) = c7561a0b297c46224b01a8510cc17f0ed5204f2f308132cbc1295336f5455eb6c29618644550186cfb05c304bd2f462c116012f7034e28b1d3446a55381a803c
+Size (haxe/haxe-4.0.0.tar.gz) = 8420309 bytes
+SHA1 (haxe/haxelib-4.0.0.tar.gz) = bb94e14b59169f56419f019eebabc6376149a3b1
+RMD160 (haxe/haxelib-4.0.0.tar.gz) = 8068d862852f9dcb7ee0ab9a22fb2870bc812e37
+SHA512 (haxe/haxelib-4.0.0.tar.gz) = 359b70e0a3f6569eea8b4adacbd392a35264430c551de0ff30dd957c69b30e95e94bdfedcbf071f1e8a02e61b5197c034a7923442b19d70b54a71c05c893a330
+Size (haxe/haxelib-4.0.0.tar.gz) = 356348 bytes
+SHA1 (patch-Makefile) = 05468ec9c8e9b56622a9e585aaa930f5d46dc34d
+SHA1 (patch-libs_extc_process__stubs.c) = a2928bb946c34e0151d5faa8f8f93318d0ac32b4
+SHA1 (patch-libs_pcre_Makefile) = d5fac6961a555ebb2ce7492b2d3bb3392339884f
diff --git a/haxe/patches/patch-Makefile b/haxe/patches/patch-Makefile
new file mode 100644
index 0000000000..17eeace41a
--- /dev/null
+++ b/haxe/patches/patch-Makefile
@@ -0,0 +1,16 @@
+$NetBSD$
+
+Support variable PREFIX (without modification)
+
+--- Makefile.orig	2019-10-25 23:09:16.000000000 +0000
++++ Makefile
+@@ -10,7 +10,8 @@
+ #
+ .SUFFIXES : .ml .mli .cmo .cmi .cmx .mly
+ 
+-INSTALL_DIR=/usr/local
++PREFIX?=/usr/local
++INSTALL_DIR=$(PREFIX)
+ INSTALL_BIN_DIR=$(INSTALL_DIR)/bin
+ INSTALL_LIB_DIR=$(INSTALL_DIR)/lib/haxe
+ INSTALL_STD_DIR=$(INSTALL_DIR)/share/haxe/std
diff --git a/haxe/patches/patch-libs_extc_process__stubs.c b/haxe/patches/patch-libs_extc_process__stubs.c
new file mode 100644
index 0000000000..ad323b77a4
--- /dev/null
+++ b/haxe/patches/patch-libs_extc_process__stubs.c
@@ -0,0 +1,16 @@
+$NetBSD$
+
+NetBSD support
+
+--- libs/extc/process_stubs.c.orig	2019-10-25 23:09:16.000000000 +0000
++++ libs/extc/process_stubs.c
+@@ -37,7 +37,8 @@
+ #	include <errno.h>
+ #	include <string.h>
+ #	ifndef __APPLE__
+-#		if defined(__FreeBSD__) || defined(__DragonFly__)
++#		if defined(__FreeBSD__) || defined(__DragonFly__) \
++		|| defined(__NetBSD__)
+ #			include <sys/wait.h>
+ #		else
+ #			include <wait.h>
diff --git a/haxe/patches/patch-libs_pcre_Makefile b/haxe/patches/patch-libs_pcre_Makefile
new file mode 100644
index 0000000000..245cc3c7b5
--- /dev/null
+++ b/haxe/patches/patch-libs_pcre_Makefile
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Look for pcre in PREFIX/include.
+Done this way because ocamlc wants a space between -I and the argument,
+and the libpcre pkg-config file doesn't have the space.
+
+--- libs/pcre/Makefile.orig	2019-10-25 23:09:16.000000000 +0000
++++ libs/pcre/Makefile
+@@ -1,4 +1,4 @@
+-ALL_CFLAGS = $(CFLAGS) -I pcre
++ALL_CFLAGS = $(CFLAGS) -I @@PREFIX@@/include
+ LIBS =
+ OCAMLOPT=ocamlopt
+ OCAMLC=ocamlc


Home | Main Index | Thread Index | Old Index