@vue-ioc/core
Version:
IoC and DI for Vue powered by InversifyJS and inspired by Angular @Module syntactic sugar.
18 lines (17 loc) • 901 B
TypeScript
/**
* Having magic field names as variables brings following advantages:
*
* 1. Avoiding mistakes in places where are used (typing system is not easy to use everywhere)
* 2. Minimization friendly.
* 3. IDE usage finder friendly.
*
*/
export declare const $vueIocCustomInstanceListeners = "$vueIocCustomInstanceListeners";
export declare const $vueIocInstanceListenerMethods = "$vueIocInstanceListenerMethods";
export declare const $vueIocOnInitMethod = "$vueIocOnInitMethod";
export declare const $vueIocOnDestroyMethod = "$vueIocOnDestroyMethod";
export declare const $vueIocModuleOptions = "$vueIocModuleOptions";
export declare const $vueIocContainer = "$vueIocContainer";
export declare const $vueIocInjections = "$vueIocInjections";
export declare const $vueIocProvidedIn = "$vueIocProvidedIn";
export declare const $_vueTestUtils_original = "$_vueTestUtils_original";