Skip to content

Commit

Permalink
Hide library codegen under config flag
Browse files Browse the repository at this point in the history
  • Loading branch information
vdrg committed Nov 20, 2024
1 parent f1ada71 commit b95f756
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 997 deletions.
3 changes: 3 additions & 0 deletions packages/store/ts/codegen/tablegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { uniqueBy } from "@latticexyz/common/utils";
import { getUserTypes } from "./getUserTypes";
import { getUserTypesFilename } from "./getUserTypesFilename";
import { getTableOptions } from "./getTableOptions";
import debug from "debug";

export type TablegenOptions = {
/**
Expand Down Expand Up @@ -65,4 +66,6 @@ export async function tablegen({ rootDir, config }: TablegenOptions) {
}
}),
);

debug("Generated tables");
}

This file was deleted.

96 changes: 0 additions & 96 deletions packages/world/src/codegen/libraries/AccessManagementSystemLib.sol

This file was deleted.

98 changes: 0 additions & 98 deletions packages/world/src/codegen/libraries/BalanceTransferSystemLib.sol

This file was deleted.

84 changes: 0 additions & 84 deletions packages/world/src/codegen/libraries/BatchCallSystemLib.sol

This file was deleted.

Loading

0 comments on commit b95f756

Please sign in to comment.