adventurous-jordan-10043
09/26/2018, 9:01 AMpulumi-epsagon
, and I want to publish it in the pulumi github org. I have some related questions, if someone from the team can devote me some time.white-balloon-205
09/26/2018, 10:28 PMpulumi
org!adventurous-jordan-10043
09/27/2018, 6:39 AMwhite-balloon-205
09/27/2018, 2:06 PM.ts
to define this, you'll likely want to do an explicit build to .js
and then to publish the package with the .js
(and .d.ts
) files so that JavaScript users can use it without any concerns. This was why for this simple example I just went with .js
in the pulumi-iopipe
repo. If you get things set up to author and publish via TS in this repo though (looks like you may want that cause you have new types you are exposing here) - happy to also port that infrastructure back to the iopipe repo as well.adventurous-jordan-10043
09/27/2018, 2:08 PM