@@ -11,7 +11,7 @@ import {HorizontalDivider} from '/snippets/HorizontalDivider.mdx';
11
11
import {GithubLinkNote } from ' /snippets/GithubLinkNote.mdx' ;
12
12
import {Attribute } from ' /snippets/Attribute.mdx' ;
13
13
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 " />
15
15
16
16
### Inherits from
17
17
[ 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.
271
271
272
272
### <span className = " text-primary" >get_import_string</span >
273
273
Generates 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 " />
275
275
276
276
<ParameterWrapper >
277
277
<Parameter
@@ -618,7 +618,7 @@ Search and replace occurrences of text within this node's source and its extende
618
618
619
619
### <span className = " text-primary" >resolve_import</span >
620
620
Resolves 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 " />
622
622
623
623
<ParameterWrapper >
624
624
<Parameter
@@ -664,7 +664,7 @@ Returns a list of all regex match of `regex_pattern`, similar to python's re.sea
664
664
665
665
### <span className = " text-primary" >set_import_module</span >
666
666
Sets 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 " />
668
668
669
669
<ParameterWrapper >
670
670
<Parameter
0 commit comments