Skip to content

Commit b9a5f81

Browse files
committed
Move typescriptHelpers out into its own file
* Including it in the standard export actually broke the Angular build; WebPack would try to resolve it and would choke on "child_process".
1 parent ba6112b commit b9a5f81

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
export * from "./typescriptHelpers";
21
export * from "./abstractgenerator";
32
export * from "./typescriptgenerator";

typescriptHelpers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "./src/typescriptHelpers";

0 commit comments

Comments
 (0)