Skip to content

Commit 3d3967c

Browse files
author
codegen-bot
committed
hack: put a ts_node on wildcards
1 parent 90ab713 commit 3d3967c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/codegen/sdk/core/import_resolution.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ class WildcardImport(Chainable, Generic[TImport]):
624624
def __init__(self, imp: TImport, symbol: Importable):
625625
self.imp = imp
626626
self.symbol = symbol
627+
self.ts_node = imp.ts_node
627628

628629
@reader
629630
@noapidoc

0 commit comments

Comments
 (0)