You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
620 B
16 lines
620 B
4 weeks ago
|
define(["require", "exports"], function (require, exports) {
|
||
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
exports.NAMED_TAG = "named";
|
||
|
exports.NAME_TAG = "name";
|
||
|
exports.UNMANAGED_TAG = "unmanaged";
|
||
|
exports.OPTIONAL_TAG = "optional";
|
||
|
exports.INJECT_TAG = "inject";
|
||
|
exports.MULTI_INJECT_TAG = "multi_inject";
|
||
|
exports.TAGGED = "inversify:tagged";
|
||
|
exports.TAGGED_PROP = "inversify:tagged_props";
|
||
|
exports.PARAM_TYPES = "inversify:paramtypes";
|
||
|
exports.DESIGN_PARAM_TYPES = "design:paramtypes";
|
||
|
exports.POST_CONSTRUCT = "post_construct";
|
||
|
});
|