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

40
hGameTest/node_modules/openfl/lib/_gen/haxe/Log.js generated vendored Normal file
View File

@@ -0,0 +1,40 @@
// Class: haxe.Log
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;
var $import = require("./../import_stub").default;
function js_Boot() {return require("./../js/Boot");}
// Constructor
var Log = function(){}
// Meta
Log.__name__ = ["haxe","Log"];
Log.prototype = {
};
Log.prototype.__class__ = $hxClasses["haxe.Log"] = Log;
// Init
// Statics
Log.trace = function(v,infos) {
(js_Boot().default).__trace(v,infos);
}
// Export
exports.default = Log;