@@ -11,7 +11,7 @@ import {HorizontalDivider} from '/snippets/HorizontalDivider.mdx';
1111import {GithubLinkNote } from ' /snippets/GithubLinkNote.mdx' ;
1212import {Attribute } from ' /snippets/Attribute.mdx' ;
1313
14- <GithubLinkNote link = " https://github.com/codegen-sh/codegen/blob/develop/src/codegen/sdk/typescript/import_resolution.py#L31-L601 " />
14+ <GithubLinkNote link = " https://github.com/codegen-sh/codegen/blob/develop/src/codegen/sdk/typescript/import_resolution.py#L31-L605 " />
1515
1616### Inherits from
1717[ Exportable] ( /api-reference/core/Exportable ) , [ Import] ( /api-reference/core/Import ) , [ Usable] ( /api-reference/core/Usable ) , [ Importable] ( /api-reference/core/Importable ) , [ Editable] ( /api-reference/core/Editable ) , [ Expression] ( /api-reference/core/Expression ) , [ HasName] ( /api-reference/core/HasName )
@@ -271,7 +271,7 @@ Adds a visual flag comment to the end of this Editable's source text.
271271
272272### <span className = " text-primary" >get_import_string</span >
273273Generates an import string for an import statement.
274- <GithubLinkNote link = " https://github.com/codegen-sh/codegen/blob/develop/src/codegen/sdk/typescript/import_resolution.py#L544-L567 " />
274+ <GithubLinkNote link = " https://github.com/codegen-sh/codegen/blob/develop/src/codegen/sdk/typescript/import_resolution.py#L548-L571 " />
275275
276276<ParameterWrapper >
277277<Parameter
@@ -618,7 +618,7 @@ Search and replace occurrences of text within this node's source and its extende
618618
619619### <span className = " text-primary" >resolve_import</span >
620620Resolves an import statement to its target file and symbol.
621- <GithubLinkNote link = " https://github.com/codegen-sh/codegen/blob/develop/src/codegen/sdk/typescript/import_resolution.py#L200-L274 " />
621+ <GithubLinkNote link = " https://github.com/codegen-sh/codegen/blob/develop/src/codegen/sdk/typescript/import_resolution.py#L200-L278 " />
622622
623623<ParameterWrapper >
624624<Parameter
@@ -664,7 +664,7 @@ Returns a list of all regex match of `regex_pattern`, similar to python's re.sea
664664
665665### <span className = " text-primary" >set_import_module</span >
666666Sets the module of an import.
667- <GithubLinkNote link = " https://github.com/codegen-sh/codegen/blob/develop/src/codegen/sdk/typescript/import_resolution.py#L578-L601 " />
667+ <GithubLinkNote link = " https://github.com/codegen-sh/codegen/blob/develop/src/codegen/sdk/typescript/import_resolution.py#L582-L605 " />
668668
669669<ParameterWrapper >
670670<Parameter
0 commit comments