Skip to content

Commit

Permalink
Merge pull request #42 from Tinkoff/splincode/feat/imports
Browse files Browse the repository at this point in the history
feat(ng-morph): export some classes from secondary points
  • Loading branch information
IKatsuba authored Aug 11, 2022
2 parents 86f6131 + fb31b94 commit 9e47d74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/ng-morph/project/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
export * from './classes/devkit-file-system';
export * from './classes/update-recorder';
export * from './classes/file-system';
export * from './classes/ng-cli-project';
export * from './classes/ng-morph-tree';

Expand Down
3 changes: 3 additions & 0 deletions libs/ng-morph/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
export * from './types/pattern';
export * from './types/structure-editor';
export * from './types/structure-type';
export * from './types/structured-statement';
export * from './types/filter-primitive';

export * from './helpers/array-flat';
export * from './helpers/coerce-array';
Expand Down

0 comments on commit 9e47d74

Please sign in to comment.