UNPKG

type-autofac

Version:

tsioc is AOP, Ioc container, via typescript decorator

36 lines (34 loc) 992 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * aop actions. * * @export * @enum {number} */ var AopActions; (function (AopActions) { /** * register aspect service. */ AopActions["registAspect"] = "registAspect"; /** * extends intstance. */ AopActions["exetndsInstance"] = "exetndsInstance"; /** * match pointcut. */ AopActions["matchPointcut"] = "matchPointcut"; /** * bind property pointcut. */ AopActions["bindPropertyPointcut"] = "bindPropertyPointcut"; /** * bind method pointcut for instance. */ AopActions["bindMethodPointcut"] = "bindMethodPointcut"; AopActions["invokeBeforeConstructorAdvices"] = "invokeBeforeConstructorAdvices"; AopActions["invokeAfterConstructorAdvices"] = "invokeAfterConstructorAdvices"; })(AopActions = exports.AopActions || (exports.AopActions = {})); //# sourceMappingURL=../../sourcemaps/aop/actions/AopActions.js.map