Chutzpah embeds TypeScript inside of the program but this makes it hard to support new releases and forces users to use the version that Chutzpah embeds. It would be better to make this more flexible and let users point to the version they want to use.
Comments: That is the idea I was thinking of. I originally was holding strong to the idea that Chutzpah should just work out of the box with little effort. However, I am beginning to find many limitation with hosting the TypeScript compiler instead of farming out to it. My thinking is to embed TypeScript 1.0 when its released but then begin to deprecate the embedded TypeScript and recommend telling chutzpah where TSC is. How does that sound?
Comments: That is the idea I was thinking of. I originally was holding strong to the idea that Chutzpah should just work out of the box with little effort. However, I am beginning to find many limitation with hosting the TypeScript compiler instead of farming out to it. My thinking is to embed TypeScript 1.0 when its released but then begin to deprecate the embedded TypeScript and recommend telling chutzpah where TSC is. How does that sound?