TypeScript no longer requires <reference .../> lines: see https://typescript.codeplex.com/discussions/453886
It would be marvellous if one could use Chutzpah without having to supply <reference .../> lines in the unit test files.
Cheers!
Comments: The manual ordering is not needed for TypeScript but your error is not with TypeScript. You error is the order of those files being loaded in the browser. Chutzpah does not use the functionality to merge all files into one big .js file. Instead Chutzpah loads each file individually. Because of this the order really does matter.
It would be marvellous if one could use Chutzpah without having to supply <reference .../> lines in the unit test files.
Cheers!
Comments: The manual ordering is not needed for TypeScript but your error is not with TypeScript. You error is the order of those files being loaded in the browser. Chutzpah does not use the functionality to merge all files into one big .js file. Instead Chutzpah loads each file individually. Because of this the order really does matter.