Skip to content

Commit e90edbd

Browse files
Add method back in
1 parent 9dcb520 commit e90edbd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

libs/parsing/index/src/lib/idl-index.class.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,6 +1656,15 @@ export class IDLIndex {
16561656
}
16571657
}
16581658

1659+
async getParsedProCode(
1660+
file: string,
1661+
code: string | string[],
1662+
token = new CancellationToken(),
1663+
options?: Partial<IIndexProCodeOptions>
1664+
) {
1665+
return GetParsedPROCode(this, file, code, token, options);
1666+
}
1667+
16591668
/**
16601669
* Post-process a single file
16611670
*

0 commit comments

Comments
 (0)