消除我特牛
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.

31 lines
2.3 KiB

4 weeks ago
define(["require", "exports", "./constants/metadata_keys", "./container/container", "./constants/literal_types", "./container/container_module", "./annotation/injectable", "./annotation/tagged", "./annotation/named", "./annotation/inject", "./annotation/optional", "./annotation/unmanaged", "./annotation/multi_inject", "./annotation/target_name", "./annotation/post_construct", "./planning/metadata_reader", "./utils/id", "./annotation/decorator_utils", "./syntax/constraint_helpers", "./utils/serialization", "./utils/binding_utils"], function (require, exports, keys, container_1, literal_types_1, container_module_1, injectable_1, tagged_1, named_1, inject_1, optional_1, unmanaged_1, multi_inject_1, target_name_1, post_construct_1, metadata_reader_1, id_1, decorator_utils_1, constraint_helpers_1, serialization_1, binding_utils_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.METADATA_KEY = keys;
exports.Container = container_1.Container;
exports.BindingScopeEnum = literal_types_1.BindingScopeEnum;
exports.BindingTypeEnum = literal_types_1.BindingTypeEnum;
exports.TargetTypeEnum = literal_types_1.TargetTypeEnum;
exports.AsyncContainerModule = container_module_1.AsyncContainerModule;
exports.ContainerModule = container_module_1.ContainerModule;
exports.injectable = injectable_1.injectable;
exports.tagged = tagged_1.tagged;
exports.named = named_1.named;
exports.inject = inject_1.inject;
exports.LazyServiceIdentifer = inject_1.LazyServiceIdentifer;
exports.optional = optional_1.optional;
exports.unmanaged = unmanaged_1.unmanaged;
exports.multiInject = multi_inject_1.multiInject;
exports.targetName = target_name_1.targetName;
exports.postConstruct = post_construct_1.postConstruct;
exports.MetadataReader = metadata_reader_1.MetadataReader;
exports.id = id_1.id;
exports.decorate = decorator_utils_1.decorate;
exports.traverseAncerstors = constraint_helpers_1.traverseAncerstors;
exports.taggedConstraint = constraint_helpers_1.taggedConstraint;
exports.namedConstraint = constraint_helpers_1.namedConstraint;
exports.typeConstraint = constraint_helpers_1.typeConstraint;
exports.getServiceIdentifierAsString = serialization_1.getServiceIdentifierAsString;
exports.multiBindToService = binding_utils_1.multiBindToService;
});