UNPKG

1.32 kBSource Map (JSON)View Raw
1{"version":3,"file":"private_import_core.js","sourceRoot":"","sources":["../../../../modules/@angular/compiler-cli/src/private_import_core.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,qBAAoC,eAAe,CAAC,CAAA;AAGzC,uBAAe,GAA6B,uBAAC,CAAC,eAAe,CAAC;AAG9D,8BAAsB,GAAoC,uBAAC,CAAC,sBAAsB,CAAC;AAGnF,eAAO,GAAqB,uBAAC,CAAC,OAAO,CAAC;AAEtC,iBAAS,GAAuB,uBAAC,CAAC,SAAS,CAAC","sourcesContent":["/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {__core_private__ as r} from '@angular/core';\n\nexport type ReflectorReader = typeof r._ReflectorReader;\nexport var ReflectorReader: typeof r.ReflectorReader = r.ReflectorReader;\n\nexport type ReflectionCapabilities = typeof r._ReflectionCapabilities;\nexport var ReflectionCapabilities: typeof r.ReflectionCapabilities = r.ReflectionCapabilities;\n\nexport type Console = typeof r._Console;\nexport var Console: typeof r.Console = r.Console;\n\nexport var reflector: typeof r.reflector = r.reflector;\n\nexport type SetterFn = typeof r._SetterFn;\nexport type GetterFn = typeof r._GetterFn;\nexport type MethodFn = typeof r._MethodFn;\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
\No newline at end of file