@feng3d/event
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,6 +0,12 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
* 事件 | ||
*/ | ||
export var event; | ||
/** | ||
* 只针对Object的事件 | ||
*/ | ||
export var objectevent; | ||
/** | ||
* 事件 | ||
*/ | ||
var FEvent = /** @class */ (function () { | ||
@@ -233,3 +239,3 @@ function FEvent() { | ||
}()); | ||
exports.FEvent = FEvent; | ||
exports.objectevent = exports.event = new FEvent(); | ||
export { FEvent }; | ||
objectevent = event = new FEvent(); |
{ | ||
"name": "@feng3d/event", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "feng3d相关类库", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
{ | ||
"compilerOptions": { | ||
"target": "es5", | ||
"module": "commonjs", | ||
"module": "es2015", | ||
"moduleResolution": "node", | ||
"declaration": true, | ||
@@ -11,4 +12,2 @@ "declarationMap": true, | ||
], | ||
// "strict": true, | ||
"esModuleInterop": true | ||
}, | ||
@@ -15,0 +14,0 @@ "include": [ |
782
30830