Skip to content

Commit c8d47e2

Browse files
committed
clarify the strategy
1 parent a858cb3 commit c8d47e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/common/src/codegen/utils/parseSystem.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export function parseSystem(
1616

1717
const contractType = contractNode.kind;
1818
// skip libraries and interfaces
19+
// we allow abstract systems here so that we can create system libraries from them but without deploying them
1920
if (contractType !== "contract" && contractType !== "abstract") return;
2021

2122
const isSystem = ((): boolean => {

0 commit comments

Comments
 (0)