quaint-match-50796
04/28/2023, 2:05 PMsalmon-account-74572
04/28/2023, 2:24 PMimport
statement look like?quaint-match-50796
04/28/2023, 2:25 PMimport * as azure_native from "@pulumi/azure-native"
salmon-account-74572
04/28/2023, 2:29 PM@pulumi/azure-native
in this fashion. (The Azure Native API is quite…beefy.) The workaround is to import only those portions you need.quaint-match-50796
04/28/2023, 2:36 PMsalmon-account-74572
04/28/2023, 2:39 PMquaint-match-50796
04/28/2023, 3:14 PMInfo 52 [15:11:01.493] FileWatcher:: Added:: WatchInfo: /root/intelijus/repos/xxxxxxx/src/nodejs/xxxxx/package.json 250 undefined WatchType: package.json file
Info 53 [15:11:01.496] AutoImportProviderProject: found 1 root files in 1 dependencies in 3.620777130126953 ms
Info 54 [15:11:01.497] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1*
Info 55 [15:11:01.500] DirectoryWatcher:: Added:: WatchInfo: /root/intelijus/repos/xxxx/src/nodejs/xxxx/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations
Info 56 [15:11:01.500] Elapsed:: 0.012430191040039062ms DirectoryWatcher:: Added:: WatchInfo: /root/intelijus/repos/xxxxx/src/nodejs/xxxx/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations
Info 57 [15:11:01.500] FileWatcher:: Added:: WatchInfo: /root/intelijus/repos/xxxxx/src/nodejs/xxxx/node_modules/@pulumi/azure-native/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution
Info 58 [15:11:01.526] FileWatcher:: Added:: WatchInfo: /root/intelijus/repos/xxxxx/src/nodejs/xxxxx/node_modules/@pulumi/pulumi/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution
Info 59 [15:11:01.533] FileWatcher:: Added:: WatchInfo: /root/intelijus/repos/xxxxx/src/nodejs/xxxxx/node_modules/@pulumi/query/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution
worried-rain-74420
04/28/2023, 6:09 PMThe workaround is to import only those portions you need.That might help with IDE usage. Largely this problem in particular was ameliorated last year when we added module lazy-loading. Type definitions still aren't lazy-loaded, which is a problem.. 😕
quaint-match-50796
04/28/2023, 6:12 PMworried-rain-74420
04/28/2023, 6:13 PMquaint-match-50796
04/28/2023, 6:14 PMworried-rain-74420
04/28/2023, 6:15 PM