This message was deleted.
# general
s
This message was deleted.
b
which totally disables an ability to use interfaces across infra + backend
Can you expand on this limitation you are having?
b
This is something we're aware of and are discussing internally, trying to work out the best solution for this. One place we've seen a little bit of success with is how you're using import statements. Are you doing
import * as azure-native from "@pulumi/azure-native"
?
i
no, we are doing deep imports… but internally you still do input types import which is 40M+
@bored-oyster-3147 this requires us to do
yarn link
, which is not for monorepo was made for
b
ok
i
@brave-planet-10645 any import of
@pulumi/azure-native/network
will require input/outputs from root, which is the largest definitions
we’ve made a bit better job by moving fully
azure-native
, but still… VSCode is just going crazy to load this package
t
i
I am happy to zoom / chat and describe the issue more deeper or even be a beta tester 🙂