Is it fine to use await.import instead of await deep.import? #28
Unanswered
FreePhoenix888
asked this question in
Q&A
Replies: 1 comment 1 reply
-
We need to discuss it with @ivansglazunov When we will use bundler, it will be impossible to use regular |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This code is working when I use it in handler:
And I do not want to use
await deep.import
because I will loose code autocompletion.Let me show you what I can do when I install my package and open it in vscode and use await deep.import:
![image](https://private-user-images.githubusercontent.com/66206278/253309995-558df76e-46f8-4cce-b038-287e8610c2d2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1ODYyNDEsIm5iZiI6MTczOTU4NTk0MSwicGF0aCI6Ii82NjIwNjI3OC8yNTMzMDk5OTUtNTU4ZGY3NmUtNDZmOC00Y2NlLWIwMzgtMjg3ZTg2MTBjMmQyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDAyMTkwMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZjZDFkNjg4ODUzM2FjOWZjN2M1ZGE3Yjg0ODljM2FhMGFmMzU3ZjQ4OTQ5OGY0NTYxM2Q5MWE5MThiZGQ3NTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.YclwK3EcRjSfMnDQdtMyPCutdpekTHncz7SbuneX2Tk)
Beta Was this translation helpful? Give feedback.
All reactions