Skip to content

Commit

Permalink
refactor(@ngtools/webpack): remove unused transformation helper code
Browse files Browse the repository at this point in the history
With the recent refactoring of the package's TypeScript transformers, several internal functions and types are no longer used or needed.
  • Loading branch information
clydin authored and filipesilva committed Apr 20, 2021
1 parent cb78ebc commit bc0f329
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 154 deletions.
43 changes: 0 additions & 43 deletions packages/ngtools/webpack/src/transformers/ast_helpers.ts

This file was deleted.

3 changes: 0 additions & 3 deletions packages/ngtools/webpack/src/transformers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@
* 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 * from './interfaces';
export * from './ast_helpers';
export * from './make_transform';
export * from './elide_imports';
export * from './replace_resources';
108 changes: 0 additions & 108 deletions packages/ngtools/webpack/src/transformers/make_transform.ts

This file was deleted.

0 comments on commit bc0f329

Please sign in to comment.