[core] add functions module to core + types

This commit is contained in:
Salakar
2018-05-05 19:25:52 +01:00
parent ca068dbbab
commit 30f23316c4
5 changed files with 17 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ export default {
const _name = (name || DEFAULT_APP_NAME).toUpperCase();
// return an existing app if found
// todo in v4 remove deprecation and throw an error
// TODO in v5 remove deprecation and throw an error
if (APPS[_name]) {
console.warn(INTERNALS.STRINGS.WARN_INITIALIZE_DEPRECATION);
return APPS[_name];