chore: add test to prevent accidental changes to public API

This commit is contained in:
Misko Hevery 2015-09-14 20:49:29 -07:00 committed by Miško Hevery
parent 255ed69392
commit 5b6d576f93
3 changed files with 1048 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// Public API for Application
export {APP_COMPONENT} from './application_tokens';
export {platform, commonBootstrap as bootstrap} from './application_common';
export {PlatformRef, ApplicationRef, rootBindings} from './application_ref';
export {PlatformRef, ApplicationRef} from './application_ref';

View File

@ -0,0 +1,2 @@
// ignore in dart
main() {}

File diff suppressed because it is too large Load Diff