UNPKG

1.44 kBSource Map (JSON)View Raw
1{"version":3,"file":"private_export_testing.js","sourceRoot":"","sources":["../../../../modules/@angular/core/testing/private_export_testing.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;OAEI,KAAK,qBAAqB,MAAM,yBAAyB;OACzD,KAAK,aAAa,MAAM,iBAAiB;AAEhD,OAAO,IAAM,wBAAwB,GAOjC;IACF,eAAe,EAAE,aAAa,CAAC,eAAe;IAC9C,sBAAsB,EAAE,aAAa,CAAC,sBAAsB;IAC5D,mBAAmB,EAAE,qBAAqB,CAAC,mBAAmB;CAC/D,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 * as mock_animation_player from './mock_animation_player';\nimport * as test_compiler from './test_compiler';\n\nexport const __core_private_testing__: {\n TestingCompiler: typeof test_compiler.TestingCompiler,\n _TestingCompiler?: test_compiler.TestingCompiler,\n TestingCompilerFactory: typeof test_compiler.TestingCompilerFactory,\n _TestingCompilerFactory?: test_compiler.TestingCompilerFactory,\n MockAnimationPlayer: typeof mock_animation_player.MockAnimationPlayer\n _MockAnimationPlayer?: mock_animation_player.MockAnimationPlayer\n} = {\n TestingCompiler: test_compiler.TestingCompiler,\n TestingCompilerFactory: test_compiler.TestingCompilerFactory,\n MockAnimationPlayer: mock_animation_player.MockAnimationPlayer\n};\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
\No newline at end of file