First commit

This commit is contained in:
2021-03-07 05:58:59 +01:00
committed by Andreas Schaafsma
commit 6e1a5f9fe5
18475 changed files with 3309357 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
// Class: haxe.lang.Iterable
var $global = typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : this
$global.Object.defineProperty(exports, "__esModule", {value: true});
var __map_reserved = {};
// Imports
var $hxClasses = require("./../../hxClasses_stub").default;
// Constructor
var Iterable = function() {}
// Meta
Iterable.__name__ = ["haxe","lang","Iterable"];
Iterable.prototype = {
};
Iterable.prototype.__class__ = $hxClasses["haxe.lang.Iterable"] = Iterable;
// Init
// Statics
// Export
exports.default = Iterable;

View File

@@ -0,0 +1,36 @@
// Class: haxe.lang.Iterator
var $global = typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : this
$global.Object.defineProperty(exports, "__esModule", {value: true});
var __map_reserved = {};
// Imports
var $hxClasses = require("./../../hxClasses_stub").default;
// Constructor
var Iterator = function() {}
// Meta
Iterator.__name__ = ["haxe","lang","Iterator"];
Iterator.prototype = {
};
Iterator.prototype.__class__ = $hxClasses["haxe.lang.Iterator"] = Iterator;
// Init
// Statics
// Export
exports.default = Iterator;