sparse-intern-71089
05/10/2021, 12:29 PMcuddly-father-4905
05/10/2021, 1:16 PMbuckets.ts
and then
export * from './buckets';
in index.ts
?busy-honey-73811
05/10/2021, 1:21 PMcuddly-father-4905
05/10/2021, 1:24 PMimport * as buckets from './buckets';
export {
buckets
};
It's not as clean as just re-exporting, but it seems to have resolved this issue for me so farbusy-honey-73811
05/10/2021, 1:40 PMcuddly-father-4905
05/10/2021, 2:01 PMcuddly-father-4905
05/10/2021, 2:02 PMdry-football-2639
05/10/2021, 2:02 PMcuddly-father-4905
05/10/2021, 2:09 PMbusy-honey-73811
05/10/2021, 2:10 PMwhite-balloon-205
preserve
by default for Pulumi projects since these style of side effects are very common in Pulumi programs.white-balloon-205
We should almost certainly set that toOpened https://github.com/pulumi/pulumi/issues/7017 to track this.by default for Pulumi projects since these style of side effects are very common in Pulumi programs.preserve
busy-honey-73811
05/11/2021, 8:28 AMimportsNotUsedAsValues
to preserve
for my TypeScript stacks.