Skip to content

Commit

Permalink
refactor(core): set up structure for google3 usage of migration schem…
Browse files Browse the repository at this point in the history
…atics (#43980)

Set up exporting the migration rules from the google3 directly from the internal
@angular/migrations package.  This package is an internal only package to be
exposed for loading TSLint rules.

PR Close #43980
  • Loading branch information
josephperrott authored and atscott committed Nov 4, 2021
1 parent ef15db0 commit 80310b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/core/schematics/migrations/google3/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

export {Rule as TestbedTeardownRule} from './testbedTeardownRule';
export {Rule as WaitForAsyncRule} from './waitForAsyncRule';

0 comments on commit 80310b0

Please sign in to comment.