Skip to content

Commit

Permalink
Fix new naming of model wide classes
Browse files Browse the repository at this point in the history
  • Loading branch information
joswarmer committed May 29, 2024
1 parent d6263f8 commit 3fe87e0
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 196 deletions.
24 changes: 0 additions & 24 deletions packages/samples/DocuProject/editor/CustomDocuProjectActions.ts

This file was deleted.

29 changes: 0 additions & 29 deletions packages/samples/DocuProject/editor/CustomDocuProjectProjection.ts

This file was deleted.

4 changes: 2 additions & 2 deletions packages/samples/DocuProject/editor/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by the Freon Language Generator.
export * from "./gen";
export * from "./CustomDocuProjectProjection";
export * from "./CustomDocuProjectActions";
export * from "./CustomInsuranceModelProjection";
export * from "./CustomInsuranceModelActions";

This file was deleted.

4 changes: 2 additions & 2 deletions packages/samples/DocuProject/stdlib/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by the ProjectIt Language Generator.
export * from "./CustomDocuProjectStdlib";
// Generated by the Freon Language Generator.
export * from "./CustomInsuranceModelStdlib";
65 changes: 0 additions & 65 deletions packages/samples/DocuProject/typer/CustomDocuProjectTyperPart.ts

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions packages/samples/DocuProject/validator/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by the ProjectIt Language Generator.
export * from "./CustomDocuProjectValidator";
// Generated by the Freon Language Generator.
export * from "./CustomInsuranceModelValidator";

0 comments on commit 3fe87e0

Please sign in to comment.